linspace
1 view (last 30 days)
Show older comments
I need to create a 4x5 matrix by using linspace. The matrix needs iteger values from 101-120 filling rows first. How do I do that in just one line of code?
0 Comments
Answers (1)
Wayne King
on 27 Oct 2011
Hint:
see the help for reshape() and then think about what the transpose operator,', does
0 Comments
See Also
Categories
Find more on Logical 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!