How do I reverse a vector?
Ältere Kommentare anzeigen
For example, how would I change x=[1 2 3 4] to x=[ 4 3 2 1]?
Antworten (1)
Roger Stafford
am 16 Feb. 2015
x = fliplr(x);
Kategorien
Mehr zu NaNs finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!