How do I merge squares
    3 views (last 30 days)
  
       Show older comments
    
T= 
1      2
3      4
5      6
Result =
[1,2]
[3,4]
[5,6]
I want to get the result,
result will be one coluom.
0 Comments
Accepted Answer
More Answers (1)
See Also
Categories
				Find more on Creating and Concatenating Matrices in Help Center and File Exchange
			
	Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

