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!

 Akzeptierte Antwort

Kaustubha Govind
Kaustubha Govind am 6 Mai 2013

1 Stimme

If you have the DSP System Toolbox installed, you can use the Flip block to flip the vector horizontally. If you don't have access to this toolbox, simply use the MATLAB Function block to call fliplr instead.

3 Kommentare

Or use a Selector block with N:-1:1 index vector.
Thank you both!
This doesn't work for me. I get the input replicated identically at the output - it's not being flipped.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Ajay Pattassery
Ajay Pattassery am 17 Dez. 2025

0 Stimmen

You can use "Math Function" block and select "Function" as "transpose".
This block is available in base MATLAB.

Kategorien

Mehr zu Simulink finden Sie in Hilfe-Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by