Move elements of a vector to the rigth.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Julen Vicente Pipaon
il 27 Mar 2021
Commentato: Julen Vicente Pipaon
il 27 Mar 2021
Hi.
I want to know how I move all the elements of a vector to the rigth.
For example:
[0 0 0 1 0 0] =====> [0 0 0 0 1 0]
or
[ 1 2 3 4 5] =====> [ 5 1 2 3 4 ]
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Robotics in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!