Simulink Control Design™ - MathWorks

(Tuis.) #1
'ParameterValues','satlimit');
set_param(satblk,'SCDBlockLinearizationSpecification',rep)

(^6) Define the saturation limit, which is a parameter required by the linearization
function of the Saturation block.
satlimit = 10;
(^7) Linearize the model again. Now, the linearization uses the custom linearization of the
saturation block.
linsys_cust = linearize(sys,io)
linsys_cust =
d =
Constant
Saturation 0.5
Static gain.
At the model operating point, the input to the saturation block is 10. Therefore, the
block linearizes to 0.5, the linearization value specified in the function for saturation
boundary.
See Also
More About



  • “Specify Linear System for Block Linearization Using MATLAB Expression” on page
    2-162

  • “Block Linearization Troubleshooting” on page 4-62


2 Linearization

Free download pdf