Descending values in vector...

131 vues (au cours des 30 derniers jours)
Lizan
Lizan le 24 Oct 2012
Commenté : Deanna Yancey le 27 Oct 2020
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; ... ]

Réponse acceptée

Sean de Wolski
Sean de Wolski le 24 Oct 2012
v = 2244:-1:1
Use negative one as your increment.
  1 commentaire
Deanna Yancey
Deanna Yancey le 27 Oct 2020
How do you decrease from say .9 to 1x10^-5 over 100 iterations?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by