MATLAB: How to convert discrete plants / models in Simulink to continuous plants / models

continuouscontroldiscretefunctionltiSimulink Control Designtransfer

In Simulink, I can convert a continuous plant to a discrete plant using the Model Discretizer GUI. I would like to do the reverse process.

Best Answer

The ability to directly convert a discrete model to a continuous model is not available in Simulink.
As a workaround, if the model can be imported to the MATLAB workspace, you can use the D2C function in the Control System Toolbox to implement the same conversion.
Related Question