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!