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!