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

1 次查看(过去 30 天)
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]

采纳的回答

David Hill
David Hill 2022-4-6

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by