Friday, 13 September 2013

assigning multiple varables with one call to single-output MATLAB function

assigning multiple varables with one call to single-output MATLAB function

I want to take the simple example code and make the assignment on one line:
X = rand();
Y = rand();
possible? thanks!

No comments:

Post a Comment