vector variable from Simulink to Stateflow

2 vues (au cours des 30 derniers jours)
Emily Baldi
Emily Baldi le 21 Jan 2015
hello
who helps me solve a little problem?
I have to adjust a Stateflow chart with a controlled transition by two conditions (OR operator) : one of this comes from simulink and is a vector.
The Stateflow does not accept vector as conditions.
How do I make the variable accepted by matlab simulink?

Réponses (1)

Muthukumar Ganesan
Muthukumar Ganesan le 12 Août 2022
Hi,
While defining the vector input of Stateflow, configure the size as -1.
The above setting will be enough to index an element of vector in the state and transition whereas if the vector needs to be processed completely without indexing an element then add a matlab function in the stateflow
Thanks.

Catégories

En savoir plus sur Complex Logic dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by