I have a matrix like A=[1 2 3; 4 5 6 ; 7 8 9] A=A(:)
How can I convert 'A' back to original 'A' matrix?

 採用された回答

Paulo Silva
Paulo Silva 2011 年 3 月 5 日

0 投票

reshape(A,3,3)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeFourier Analysis and Filtering についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by