how to arrange different matix as a contineus single matrix
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    navan
 el 12 de Mayo de 2015
  
    
    
    
    
    Comentada: Purushottama Rao
      
 el 13 de Mayo de 2015
            I want to convert three matrix set into a single one. for example a=[1,2,3], b=[4,5,6], c=[8,9,10,12,13] the output i expect is
output1=[1,2,3,4,5,6,8,9,10,12,13]
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre Linear Algebra 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!


