provide Input port data during simulation
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a top level simulink model which calls subsequent Simulink and state flow models. The top level basically has lot of input (mostly Boolean, unsigned integer) ports and lot of outputs. I want to simulate the model by giving some values in in-ports. Usually what I do is modify the inputs (as needed) by adding manaul switch with constant block at one input and run the simulation. The default value of others are taken as 0 and the simulation runs.
Is there a way to define all the inputs with their values in one file which the simulation can take up for simulation?
It is very difficult to modify the model like below for more inputs. I am using R2012b. Please suggiest some solution and example.
0 commentaires
Réponses (1)
Voir également
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!