Count from 1 to 0 with increment of 0.01

조회 수: 16 (최근 30일)
Marius Hegnastykket
Marius Hegnastykket 2021년 10월 15일
답변: Walter Roberson 2021년 10월 15일
Hello, I am trying to make a list and count from 1 to 0 with the increment of 0.01, but I am only getting out
x = 0×1 empty double column vector
I am using this: x = [1 : 0.01 : 0]
It works fine if I do 0 : 0.01 : 1

답변 (1개)

Walter Roberson
Walter Roberson 2021년 10월 15일
You need to use a negative increment to count down from a higher value to a lower value.

카테고리

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