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.

 Respuesta aceptada

Stephan
Stephan el 3 de Sept. de 2020

1 voto

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

2 comentarios

Nicholas Deosaran
Nicholas Deosaran el 3 de Sept. de 2020
Thank you I see what I was doing wrong
Stephan
Stephan el 3 de Sept. de 2020
my pleasure.

Iniciar sesión para comentar.

Más respuestas (1)

Categorías

Etiquetas

Preguntada:

el 3 de Sept. de 2020

Comentada:

el 3 de Sept. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by