MATLAB: Dear sir, How to define a high order transfer function 1/(s*(T*s+1)^2) in simulink 2018 version? Thanks.

MATLABtrnasfer function

I could not find a high order transfer function

Best Answer

Hi,
use the Transfer Function Block and define the transfer function like described in the documentation for the Simulink transfer function block.
For your case rewrite the function this way to use it in simulink:
1/(T^2*s^3 + 2*T*s^2 + s)
Best regards
Stephan
Related Question