Matrix Input
古いコメントを表示
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.
採用された回答
その他の回答 (1 件)
Walter Roberson
2012 年 3 月 6 日
0 投票
There is no MATLAB command for getting a matrix of a known size. You can program it through repeated calls to input()
カテゴリ
ヘルプ センター および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!