How do I reverse a vector?
Mostra commenti meno recenti
For example, how would I change x=[1 2 3 4] to x=[ 4 3 2 1]?
Risposte (1)
Roger Stafford
il 16 Feb 2015
x = fliplr(x);
Categorie
Scopri di più su NaNs in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!