What is "Input" in "model" command?
Afficher commentaires plus anciens
outputs = model(t,x,u,'outputs');
In which "u" means "Inputs, specified as real double in vector format." What is this? Is there any examples of how to use this command? Thank you!
Réponses (1)
rubindan
le 20 Juil 2020
0 votes
If your Simulink model have input ports (In1 In2,...), you can set them using the "u" argument.
Catégories
En savoir plus sur Modeling dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!