How to invert the index of a vector in Simulink?
27 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Dani Tormo
am 6 Mai 2013
Kommentiert: Rafael Cordero
am 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 Kommentare
Akzeptierte Antwort
Kaustubha Govind
am 6 Mai 2013
3 Kommentare
Rafael Cordero
am 17 Jun. 2020
This doesn't work for me. I get the input replicated identically at the output - it's not being flipped.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu String finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!