Bug with Sisotools function

8 次查看(过去 30 天)
Sayunara13
Sayunara13 2022-12-3
回答: Mann Baidi 2023-9-13
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);
Error using controlSystemDesigner
This functionality is not available on remote platforms.

Error in sisotool (line 88)
h = controlSystemDesigner(varargin{:});
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
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.)
Sayunara13
Sayunara13 2022-12-3
Thank you for your reply.
I understand the possibility of having modified set default properties for graphics objects but I have uninstalled then reinstalled matlab. I have been able to run this code after reinstalling matlab and yet the bug persists.

请先登录,再进行评论。

回答(1 个)

Mann Baidi
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!

类别

Help CenterFile Exchange 中查找有关 Filter Analysis 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by