Matrix Resize Rows and Cols
이전 댓글 표시
I have imported data as a matrix called A with a size
48 x 52 (48 Rows X 52 Columns).
How do I RESIZE the matrix to 48 X 48?
Thanks,
Amanda
채택된 답변
추가 답변 (1개)
Walter Roberson
2012년 8월 30일
imresize(A, [48 48])
카테고리
도움말 센터 및 File Exchange에서 Data Types에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!