how to use cell array in stateflow?
Afficher commentaires plus anciens
I want to use cell array in stateflow. for example,
define,
Param1 = {1,2,3,4,5,6,7,8,9,10};
Param2 = {7,6,5,4,3,2,1};
Param1 and Param2 is input from chart1 to chart10.
in this situation, how can I make a cell array?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Stateflow dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!