To be more specific, for example, I do the logical operation "[1 2 3 4 5] == 2" in Simulink, and the output is a logical array which is [0 1 0 0 0], but I need a single output as 1 in this case.
How to handle logical arrays in Simulink?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Utku
am 20 Dez. 2023
Kommentiert: Sulaymon Eshkabilov
am 20 Dez. 2023
I have a logical comparison of an array in Simulink. I need to use any() function in MATLAB to handle the output of the comparison but I realized there is not any representation of this function in Simulink library. Is using MATLAB Function block the only way to use any() or all() functions in Simulink? Is there any particular reason that these do not exist in Simulink library? How do you handle logical arrays in Simulink?
Akzeptierte Antwort
Sulaymon Eshkabilov
am 20 Dez. 2023
Yes, it can be worked around - see this plain model:

2 Kommentare
Weitere Antworten (2)
Sulaymon Eshkabilov
am 20 Dez. 2023
Of course Simulink blocks can be used. Simulink library has a bunch of logic operation blocks - follow to see them: Simulink -> Logic and Bit Operations.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Programmatic Model Editing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
