create a vector which counts down from 200 to 0 by two. How to make every other being negative
18 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
AnhThu Le
el 1 de Sept. de 2017
Comentada: Kacy Hele
el 10 de Nov. de 2022
create a vector which counts down from 200 to 0 by two with every other entry being negative I already can create a vector from 200 to 0 by 2: X= [200:-2:0] How to make every other entry being negative
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Dynamic System Models en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!