The real implementaion of the C2D function "Control Systems Toolbox"

1 visualización (últimos 30 días)
Youssef Telha
Youssef Telha el 30 de Mayo de 2024
Editada: Steven Lord el 30 de Mayo de 2024
Hello everyone,
I am trying to understand the differences between the discretization methods and therefore do my own implementation. However, when I get inside the function suing cntr+d, I get some unrelavent implementation that does not take into account the discretization method. Can anyone of help reach the real implementation of the c2d function?
Kind regards,
The function is: c2d() continous to discrete conversion
The non-complete implementation:
[SL: removed the implementation of c2d.m from Control System Toolbox from the post]

Respuestas (1)

Paul
Paul el 30 de Mayo de 2024
Hi Youssef,
There are two files named c2d.m
which -all c2d
/MATLAB/toolbox/control/ctrlobsolete/c2d.m /MATLAB/toolbox/shared/controllib/engine/@DynamicSystem/c2d.m % DynamicSystem method
I believe the code listed in the question is of the former. The latter can be opened in an editor, at least in R2022a, and one can set a breakpoint and step through the code using the debugger.

Categorías

Más información sobre Power and Energy Systems en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by