How to invert the index of a vector in Simulink?
Show older comments
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!
Accepted Answer
More Answers (1)
Ajay Pattassery
on 17 Dec 2025
0 votes
You can use "Math Function" block and select "Function" as "transpose".
This block is available in base MATLAB.
Categories
Find more on Simulink 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!