How can I resize the matrix?
    4 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Rengin
 am 16 Feb. 2015
  
    
    
    
    
    Beantwortet: Thorsten
      
      
 am 16 Feb. 2015
            Hello, Let's say I have the matrix as below:
A= [0 0 0 0 0;0 0 0 0 0;2 3 9 1 7;4 5 6 5 4;0 0 0 0 0] (It can be in different size too)
I want have:
B=[2 3 9 1 7; 4 5 6 5 4] out of A
How can I do that? Thx
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

