Descending values in vector...

조회 수: 131 (최근 30일)
Lizan
Lizan 2012년 10월 24일
댓글: Deanna Yancey 2020년 10월 27일
Hi,
I would like to create a vector that goes from
[ 2244 2243 2242 ... 4 3 2 1 ]
Is this possible?
Linspace seem only creating a vector [ 1 ; 2 ; 3; ... ]

채택된 답변

Sean de Wolski
Sean de Wolski 2012년 10월 24일
v = 2244:-1:1
Use negative one as your increment.
  댓글 수: 1
Deanna Yancey
Deanna Yancey 2020년 10월 27일
How do you decrease from say .9 to 1x10^-5 over 100 iterations?

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

추가 답변 (0개)

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by