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!