How to invert the index of a vector in Simulink?
39 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Dani Tormo
el 6 de Mayo de 2013
Comentada: Rafael Cordero
el 17 de Jun. de 2020
It is a simple question but I've been looking for a solution without luck!
Let's say I have this vector:
v = [1 2 3]
And I want this:
v = [3 2 1]
Is there any block that makes that?
Thanks!
0 comentarios
Respuesta aceptada
Kaustubha Govind
el 6 de Mayo de 2013
3 comentarios
Rafael Cordero
el 17 de Jun. de 2020
This doesn't work for me. I get the input replicated identically at the output - it's not being flipped.
Más respuestas (0)
Ver también
Categorías
Más información sobre String en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!