Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Gucci
Gucci le 6 Avr 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]

Réponse acceptée

David Hill
David Hill le 6 Avr 2022

Plus de réponses (0)

Catégories

En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by