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!