Add two lines to a matrix.
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Ricardo Gutierrez
 el 3 de Dic. de 2019
  
    
    
    
    
    Comentada: Ricardo Gutierrez
 el 3 de Dic. de 2019
            Hello good day.
I have the following matrix
A = [1 1 1 1
         2 2 2 2
         3 3 3 3];
What instruction or how do I add two more lines
equal to the third line, that is, it looks like this
A = [1 1 1 1
         2 2 2 2
         3 3 3 3
         3 3 3 3
         3 3 3 3];
Waiting for your valuable help
Regards
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre Creating and Concatenating 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!

