How to get Data type of stateflow input through script?
Mostrar comentarios más antiguos
How to get Data type of stateflow input through script?
1 comentario
The Matlab Spot
el 13 de Dic. de 2013
Do you want the data type to be compile time or defined in the data explorer?
Respuesta aceptada
Más respuestas (1)
The Matlab Spot
el 13 de Dic. de 2013
To get the data type of the input of the stateflow at compile time (for data set as inherit from Simulink)
1. Compile the model using
[sys,x0,str,ts] = model_name([],[],[],'compile');
2. Get the Statflow block input port's compiled port data type
Categorías
Más información sobre Simulink Functions en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!