필터 지우기
필터 지우기

reshaping matrix with odd number of total elements

조회 수: 6 (최근 30일)
klb
klb 2018년 10월 28일
댓글: klb 2018년 10월 28일
how can I reshape a 63X5 matrix (315 elements) into a mX2 , and a mX4 matrix?
  댓글 수: 2
Walter Roberson
Walter Roberson 2018년 10월 28일
If the data were in the order
A1 B1 C1 D1 E1
A2 B2 C2 D2 E2
A3 B3 C3 D3 E3
and so on, then what would be the desired output order?
klb
klb 2018년 10월 28일
편집: klb 2018년 10월 28일
The 65X5 matrix is all combinations of the vector [1 2 3] with replacement, which I wanted to reshape to m X 2 and m x 4 matrix and eliminate duplicates.
Another way to state problem is how would I reshape [1 2 3] in to a m X 2 and m X 4 matrix. With repetition.
[1 2 3]
1 1
1 2
1 3
2 1
2 2
2 3
3 1
3 2
3 3
and 1 3 not = 3 1 etc.

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2018년 10월 28일
  댓글 수: 1
klb
klb 2018년 10월 28일
Thank you! I will come back to reshaping matrix with odd no. of elements, another time.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Bruno Luong
Bruno Luong 2018년 10월 28일
You can't
  댓글 수: 1
Walter Roberson
Walter Roberson 2018년 10월 28일
At least not without either discarding elements or padding with something.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by