Defining Structures in Stateflow

1 vue (au cours des 30 derniers jours)
Dhruv
Dhruv le 8 Oct 2013
I am trying to define structures to be used in Stateflow. The problem being I have a kind of nested structure.. where one of the element of the structure is a structure of the same type.. this is possible to do in C.
eg:
typedef struct btnode { int count ; int value[4] ; struct btnode *child[4] ; } ;
However, in Stateflow I need to provide the structures as simulink bus objects first which does not allow for such a bus input. The nested structure being a pointer is also a problem. My code is similar to this example code online:

Réponses (0)

Catégories

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

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by