reshaping matrix with odd number of total elements
    3 views (last 30 days)
  
       Show older comments
    
how can I reshape a 63X5 matrix (315 elements) into a mX2 , and a mX4 matrix?
2 Comments
  Walter Roberson
      
      
 on 28 Oct 2018
				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?
Accepted Answer
More Answers (1)
  Bruno Luong
      
      
 on 28 Oct 2018
        You can't
1 Comment
  Walter Roberson
      
      
 on 28 Oct 2018
				At least not without either discarding elements or padding with something.
See Also
Categories
				Find more on Resizing and Reshaping Matrices in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!