What is "Input" in "model" command?
3 ビュー (過去 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 件)
rubindan
2020 年 7 月 20 日
If your Simulink model have input ports (In1 In2,...), you can set them using the "u" argument.
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!