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!