How to invert the index of a vector in Simulink?
38 views (last 30 days)
Show older comments
Dani Tormo
on 6 May 2013
Commented: Rafael Cordero
on 17 Jun 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 Comments
Accepted Answer
Kaustubha Govind
on 6 May 2013
3 Comments
Rafael Cordero
on 17 Jun 2020
This doesn't work for me. I get the input replicated identically at the output - it's not being flipped.
More Answers (0)
See Also
Categories
Find more on String in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!