Rearranging Elements in a Matrix Help

So my mentor has given me the task of rearranging a matrix. She wants me to change it form this:
[7 1 5
8 3 10
4 9 12
2 6 11]
to this:
[1 2 3
4 5 6
7 8 9
10 11 12]
Thanks (Also don't just put the script in please explain how it works.

 採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 7 月 11 日

0 投票

Use a sort function and reshape function

1 件のコメント

Ronald
Ronald 2013 年 7 月 11 日
編集済み: Ronald 2013 年 7 月 11 日
I APPRECIATE IT. JUST STARTED YESTERDAY SO THIS IS A LITTLE OVER MY HEAD.
Edit: It was discreet so it forced me to read what the functions do. Great Answer!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeShifting and Sorting Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by