Move elements of a vector to the rigth.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Julen Vicente Pipaon
el 27 de Mzo. de 2021
Comentada: Julen Vicente Pipaon
el 27 de Mzo. de 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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Robotics en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!