Close Control System Toolbox main window
이전 댓글 표시
Hello guys, i'm using Control System Toolbox, so i open it with
handle = sisotool();
now i want to close these two windows just opened:

but with
close(handle);
only the second form is closed, so my answer is how to close "Control and Estimation Tools Manager"? I tried to get handle's parent but didn't work, it seems to not have a parent
댓글 수: 3
Walter Roberson
2016년 9월 13일
Which MATLAB version are you using? When I invoke sisotool() in R2016a I do not get a "Control and Estimation Tools Manager", and when I search for information about that I do not appear to find anything newer than the 2014 time frame.
In the code for speedctrl_demopad.m I find the lines
% Open the model using the command below, and double click on the orange
% block to launch the Control and Estimation Tools Manager.
speedctrl_demo
When I give that command and double click on the orange block that comes up, I get Control System Designer - Bode Editor for Open-Loop 1 . Perhaps Control System Designer replaced the tools you are using?
Davide Baitelli
2016년 9월 14일
편집: Davide Baitelli
2016년 9월 14일
Walter Roberson
2016년 9월 14일
If you examine the UserData field of the handle returned, you will find a sisogui.sisotool stored there which is the tools manager. Unfortunately I have not been able to figure out how to close it by program. I dug into the creation code for it, but it is old-style MATLAB objects and I do not understand some of the object creation mechanisms for that.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Linear Model Identification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!