MATLAB: First order system

Control System ToolboxMATLAB

how to identify the dc gain for the system in simulink?

Best Answer

If you have the transfer function or state space matrix of the system, you can use dcgain() to get the gain.
If you have just the Simulink model, you can use linmod() to get the state-space linear model of the system.
Related Question