How can I add a column at the start of my vector/Matrix?
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Gucci
 el 6 de Abr. de 2022
  
    
    
    
    
    Respondida: David Hill
      
      
 el 6 de Abr. de 2022
            I have a row vector (1x9), 
C = [1,2,3,4,5,6,7,8,9] 
How can I add a column to make it 1x10 and so it reads:
C = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre Matrices and Arrays 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!