Can't find control system tuner in simulink

조회 수: 9 (최근 30일)
relue
relue 2023년 3월 3일
답변: Sam Chak 2023년 3월 3일
I have the control systems toolbox installed on my computer. I am able to see the control systems tuner in matlab, but when I open simulink, none of the controls app show up under apps. I re-installed the toolbox and updated matlab to latest, but that didn't solve it.

답변 (2개)

Luca Ferro
Luca Ferro 2023년 3월 3일
  댓글 수: 1
relue
relue 2023년 3월 3일
I've verified that the apps are installed correctly using ver command. The issue is that apps show up on matlab, but not in simulink.

댓글을 달려면 로그인하십시오.


Sam Chak
Sam Chak 2023년 3월 3일
Not exactly sure what happened. While waiting for the solution from the Staffs or other Users, you can use this trick to open the Control System Tuner for the existing Simulink model.
For example, if have a simulink model named, myModel.slx, then enter the following command at the MATLAB command line to open the Control System Tuner:
controlSystemTuner('myModel')
Else, enter this if your untitled Simulink model is yet to be saved:
controlSystemTuner('untitled')
The name of the Simulink model will be shown on the title bar of the Control System Tuner window.

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by