inputPass
Pass the input to the output directly
Contents
Syntax
- X2=inputPass(X)
Description
X2=inputPass(X) passes the input X to the output X2 directly.
Example
x=magic(5); x2=inputPass(x);
Pass the input to the output directly
X2=inputPass(X) passes the input X to the output X2 directly.
x=magic(5); x2=inputPass(x);