Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Gucci
Gucci am 6 Apr. 2022
Beantwortet: David Hill am 6 Apr. 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]

Akzeptierte Antwort

David Hill
David Hill am 6 Apr. 2022

Weitere Antworten (0)

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by