Matrix Resize Rows and Cols
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 30 Aug. 2012
imresize(A, [48 48])
Kategorien
Mehr zu Data Types finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!