converse the order of row or column vector
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
JaeSung Choi
il 26 Nov 2017
Risposto: Star Strider
il 26 Nov 2017
I want to converse the order of row or column vector.
ex) [1 2 3 10] -> [10 3 2 1]
help please!
0 Commenti
Risposta accettata
Star Strider
il 26 Nov 2017
The easiest way is to use the flip (link) function (in R2013b and later). Links to related functions fliplr, flipud, and others are at the end of that page.
0 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!