What is "Input" in "model" command?

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일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Modeling에 대해 자세히 알아보기

제품

태그

질문:

2020년 7월 20일

답변:

2020년 7월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by