What is "Input" in "model" command?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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!
0 Commenti
Risposte (1)
rubindan
il 20 Lug 2020
If your Simulink model have input ports (In1 In2,...), you can set them using the "u" argument.
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!