Simulink Control Design™ - MathWorks

(Tuis.) #1
To use this function as a custom linearization for a block or subsystem, specify the
blocksub.Value.Specification and blocksub.Value.Type fields.

blocksub.Value.Specification = 'myCustomFunction';
blocksub.Value.Type = 'Function';

To set the delay and sample time parameter values, specify the
blocksub.Value.ParameterNames and blocksub.Value.ParameterValues fields.

blocksub.Value.ParameterNames = {'Td','Ts'};
blocksub.Value.ParameterValues = [0.5 0.1];

Algorithms


slTuner linearizes your Simulink model using the algorithms described in “Exact
Linearization Algorithm” on page 2-218.

See Also
addOpening | addPoint | getCompSensitivity | getIOTransfer |
getLoopTransfer | getSensitivity | linearize | looptune | systune

Topics
“Mark Signals of Interest for Control System Analysis and Design” on page 2-53
“How the Software Treats Loop Openings” on page 2-44
“Create and Configure slTuner Interface to Simulink Model” (Control System Toolbox)
“Vary Parameter Values and Obtain Multiple Transfer Functions” on page 3-32
“Tune Control Systems in Simulink” (Control System Toolbox)
“Fault-Tolerant Control of a Passenger Jet” (Control System Toolbox)
“Multi-Loop PI Control of a Robotic Arm” (Control System Toolbox)

Introduced in R2014a

15 Alphabetical List

Free download pdf