Borrar filtros
Borrar filtros

How can I add a column at the start of my vector/Matrix?

1 visualización (últimos 30 días)
Gucci
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]

Respuesta aceptada

David Hill
David Hill el 6 de Abr. de 2022

Más respuestas (0)

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!

Translated by