How to reshape my matrix A to B
    5 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    PRED LIU
 el 8 de Jun. de 2020
  
    
    
    
    
    Comentada: madhan ravi
      
      
 el 8 de Jun. de 2020
            How to reshape my matrix A to B ??
A(:,:,1)=[ 8, 1, 6 ;...
           3, 5, 7 ;...
           4, 9, 2 ]
A(:,:,2)=[16,  2, 12 ;...
           6, 10, 14 ;... 
           8, 18,  4 ]
A(:,:,3)=[24,  3, 18 ;...
           9, 15, 21 ;...
          12, 27,  6 ]
B=   8     1     6
     3     5     7
     4     9     2
    16     2    12
     6    10    14
     8    18     4
    24     3    18
     9    15    21
    12    27     6
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre Resizing and Reshaping Matrices en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


