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

4 ビュー (過去 30 日間)
Gucci
Gucci 2022 年 4 月 6 日
回答済み: David Hill 2022 年 4 月 6 日
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 Center および File ExchangeMatrices and Arrays についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by