필터 지우기
필터 지우기

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

조회 수: 1 (최근 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 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