What is difference between these two commands of MATLAB.
Show older comments
Please tell me difference between these two commands of MATLAB.
p = rand(N(k),2);
p = rand(100, N(k));
1 Comment
James Tursa
on 4 Feb 2016
Try them out and see what you get in each case.
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!