<< moc_cov Matlab/Octave Compatibility toolbox moc_fft >>

Matlab/Octave Compatibility toolbox >> Matlab/Octave Compatibility toolbox > moc_deal

moc_deal

Copy the input parameters into the corresponding output parameters.

Calling Sequence

[r1, r2, ..., rn] = moc_deal (a)
[r1, r2, ..., rn] = moc_deal (a1, a2, ..., an)

Description

Copy the input parameters into the corresponding output parameters. If only one input parameter is supplied, its value is copied to each of the outputs.

Examples

[a, b, c] = deal (x, y, z);
[a, b, c] = deal (x);

Authors


Report an issue
<< moc_cov Matlab/Octave Compatibility toolbox moc_fft >>