change matrix form and arrangement
    5 views (last 30 days)
  
       Show older comments
    
    mohammed hussein
 on 20 Jan 2021
  
    
    
    
    
    Commented: mohammed hussein
 on 20 Jan 2021
            Hi all
i would like to get some help in this problem 
i have very large matrix like this small example 
 A1=[1.1 2.1 3.2 4.1 5.3 6.2]
A1=
    1.1   2.1    3.2    4.1    5.3    6.2
i want to change A1 to be like A2
A 2=
    1.1    3.2    5.3
    2.1   4.1   6.2
i maen the second number in A1 be under the first one and so on for complete matrix 
thank you very much for helping 
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
				Find more on Matrices and Arrays 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!
