What is "Input" in "model" command?
2 views (last 30 days)
Show older comments
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 Comments
Answers (1)
rubindan
on 20 Jul 2020
If your Simulink model have input ports (In1 In2,...), you can set them using the "u" argument.
0 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!