Hey Everyone,
how would you mak a row vector that goes from 0 to 100 and then back down to 0, by increments of 5?
I know how to make it go from 0 to 100 but back down to 0 by increments of 5 I am lost on.
I think it would of been
v = 0:1:100 , 100: -5: 0
but i'm worng.

 채택된 답변

Stephan
Stephan 2020년 9월 3일

1 개 추천

v = [0:100 ,100:-5:0]

댓글 수: 2

Nicholas Deosaran
Nicholas Deosaran 2020년 9월 3일
Thank you I see what I was doing wrong
Stephan
Stephan 2020년 9월 3일
my pleasure.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

카테고리

도움말 센터File Exchange에서 Matrix Indexing에 대해 자세히 알아보기

질문:

2020년 9월 3일

댓글:

2020년 9월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by