How can i specify input(u) in the model function if i have one input as a bus object in the Simulink block?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi, I have a simulink model with inputs with data type double. To be able to simulate this model programmatically i can write one line as: outputs = model(t,x,u,'outputs'); It says in the documentation that "Inputs, specified as real double in vector format.". However i want to use the input in Simulink model as a bus object. Is there any way for me to be able to specify the inputs so as my code to be compatible with this input?
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!