Why is it that when I try to open "rltool" from the command window, the "control system designer" window opens but remains blank?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Gabriele Curcio
am 31 Mär. 2022
Kommentiert: Gabriele Curcio
am 5 Apr. 2022
I'm trying to use the 'rltool' but when opening it from command window, the window of "control system designer" remains blank, even after 10 mins.
How to solve? (I cannot update to the latest version)
0 Kommentare
Akzeptierte Antwort
Sam Chak
am 2 Apr. 2022
Can you try if sisotool works?
sys = tf(1, [1 1]);
sisotool(sys)
Can also enter controlSystemDesigner(sys) at the MATLAB command prompt.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!