Insert Value into Matrix.

조회 수: 1 (최근 30일)
Gurpreet Sidhu
Gurpreet Sidhu 2017년 5월 26일
답변: Andrei Bobrov 2017년 5월 26일
i have gotten a 25*1 matrix with the name of Velocity (which i got from diff(x)/diff(t))and i want to put at the start 0 because the car starts from rest how do i do this.

채택된 답변

Andrei Bobrov
Andrei Bobrov 2017년 5월 26일
out = [0;Velosity(:)];

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by