arrange an array(1xn) to (rxc)
2 ビュー (過去 30 日間)
古いコメントを表示
Hi guys,
I have a program this program sums 4 value and this program add sums of 4 value to a new set
This set exist 81 colons
My quastion is how can ı separete to create a matrice every 9 step so there are 9colons and 9rows in new matrice
Thanks.
2 件のコメント
James Tursa
2020 年 4 月 7 日
Please provide a short example with smaller sizes so we know exactly what it is you are asking.
採用された回答
James Tursa
2020 年 4 月 7 日
編集済み: James Tursa
2020 年 4 月 7 日
Not sure how you want the output ordered. Maybe this
A = reshape(m,9,9);
or this
A = reshape(m,9,9).';
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Descriptive Statistics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!