Control System Designer: Inconsistent Controller Output Step Response

134 visualizaciones (últimos 30 días)
Markus M.
Markus M. el 11 de Sept. de 2025 a las 20:20
Comentada: Markus M. el 19 de Sept. de 2025 a las 8:35
I use the control system designer with e.g simple plant and controller:
s = tf('s')
G = 1/(s+1)
C = 1/s;
controlSystemDesigner(G,C);
and the default control system architecture
After adding the step reponses
(via selection from step reponses) and
via:
I expected them to be the same responses (since du is probably 0).
The response is correct, however is wrong (unbounded) and differs from :
Is this a bug?
Best regards
Markus

Respuestas (1)

Paul
Paul el 11 de Sept. de 2025 a las 21:21
I can recreate these result and uc/r certainly looks incorrect. After exporting the systems to the base workspace I get:
>> tf(IOTransfer1)
ans =
From input "r" to output "u":
s + 1
-----------
s^2 + s + 1
Continuous-time transfer function.
Model Properties
>> tf(IOTransfer2)
ans =
From input "r" to output "uC":
s + 1
---------
s^2 + 2 s
IOTransfer2 surely is incorrect and I can't figure out how such a result was obtained.
  13 comentarios
Paul
Paul el 19 de Sept. de 2025 a las 3:16
Have you received confirmation of bug, or other closure, from Mathworks tech support?
Markus M.
Markus M. hace alrededor de 8 horas
@Paul, yes Mathworks has confirmed this as a bug, which will be investaged and fixed. If an external bug report is published I am going to link it to this thread.

Iniciar sesión para comentar.

Etiquetas

Productos


Versión

R2025a

Community Treasure Hunt

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

Start Hunting!

Translated by