Can't find control system tuner in simulink
조회 수: 13 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (2개)
Luca Ferro
2023년 3월 3일
Check if the installation was successful: Why are some of my Apps missing even though I have installed all of my toolboxes? - MATLAB Answers - MATLAB Central (mathworks.com)
Sam Chak
2023년 3월 3일
Hi @relue
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!