If your Simulink model have input ports (In1 In2,...), you can set them using the "u" argument.
What is "Input" in "model" command?
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!