inputPass

Pass the input to the output directly

Contents

Syntax

Description

X2=inputPass(X) passes the input X to the output X2 directly.

Example

x=magic(5);
x2=inputPass(x);

Top page   Next: inputNormalize_b.m   Prev:inputSelectExhaustive.m