create a vector which counts down from 200 to 0 by two. How to make every other being negative
    20 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    AnhThu Le
 am 1 Sep. 2017
  
    
    
    
    
    Kommentiert: Kacy Hele
 am 10 Nov. 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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Dynamic System Models finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


