Bug with Sisotools function
조회 수: 16 (최근 30일)
이전 댓글 표시
Hello,
I'v a problem with sisotools function. This is the code i use :
clc;clear;close all;
h = 1;
z = tf('z',h);
Ga = 3/(z-0.5);
Kpini = 1 ;
sisotool(Ga,Kpini);
First I'v this error when I run here the code but in my matlab2022b i don't have this error.
But the main problem is when sisotool opens the window that contains some graphics.
As can be seen, no graph is generated.
Also, I used sisotools this week and there was no problem, the graphs appeared.
And I have to add that at the beginning when the window opens the graphs appear and stay present for 1 sec then they disappear and I find myself with the image above.
I can't get these graphics to appear, is there a solution please?
Best regards
댓글 수: 2
Walter Roberson
2022년 12월 3일
It works fine on my system.
I suspect that you have some third-party code that is interfering with some of the MATLAB functions .
But it is also possible that you ran some code that set default properties for graphics objects. For example if you had set groot DefaultAxesCreateFcn then that could interfere with later operations. Such default properties only last until the end of the session (but it is not out of the question that you have some startup function that is setting the properties again.)
답변 (1개)
Mann Baidi
2023년 9월 13일
Hi
I understand you are facing issues in using the “sisotools” function in MATLAB. I tried working the code on my end it was working fine for me. (Although it takes significant time). I suggest you check your local desktop specifications whether they are up to the date.
If the issue persists, you can reach out to MathWorks Support Team using the following link
Hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Filter Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!