What is "Input" in "model" command?

2 次查看(过去 30 天)
Jianfei
Jianfei 2020-7-20
回答: rubindan 2020-7-20
In the model command, in you want to get the output of a model, the code is:
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!

回答(1 个)

rubindan
rubindan 2020-7-20
If your Simulink model have input ports (In1 In2,...), you can set them using the "u" argument.

类别

Help CenterFile Exchange 中查找有关 Programmatic Model Editing 的更多信息

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by