Matrix Input
Show older comments
I need to get a Matrix from input with known size. for example a 3*3 or 2*2 matrix. i could not do it with 'input'.
thank you.
Accepted Answer
More Answers (1)
Walter Roberson
on 6 Mar 2012
0 votes
There is no MATLAB command for getting a matrix of a known size. You can program it through repeated calls to input()
Categories
Find more on Resizing and Reshaping 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!