Assign the same values to many output variables
by Hairui
08 Mar 2012
MANY takes in the variable x and assign it to all the output variables.
|
Watch this File
|
| File Information |
| Description |
MANY takes in the variable x and assign it to all the output variables.
This function works as the equation sign in C++ so that the following expression in C++:
x1 = x2 = x3 = x4 = x5 = 8;
is equivalent to the following expression in MATLAB:
[ x1, x2, x3, x4, x5 ] = MANY( 8 ); |
| Required Products |
MATLAB
|
| MATLAB release |
MATLAB 7.10 (R2010a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us