customizing the index of reshape A 2X2 matrix
    3 views (last 30 days)
  
       Show older comments
    
So I have a 2x2 matrix
test=[1 2;16 9]
 y=reshape(test,[],1)
 which returns
 1
 16
 2
 9
I want it to reshape like this
1
2
16
9
Any suggestion would be highly appreciated.
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
				Find more on Matrix Indexing 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!