Descending values in vector...

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; ... ]

 Accepted Answer

v = 2244:-1:1
Use negative one as your increment.

1 Comment

How do you decrease from say .9 to 1x10^-5 over 100 iterations?

Sign in to comment.

More Answers (0)

Products

Tags

Community Treasure Hunt

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

Start Hunting!