No permanent openings. Use the addOpening command to add new permanent openings.
Properties with dot notation get/set access:
Parameters : []
OperatingPoints : [] (model initial condition will be used.)
BlockSubstitutions : []
Options : [1x1 linearize.LinearizeOptions]
Add Analysis Points Using Block Path and Port Number
Suppose you want to linearize the magball model and obtain a transfer function from the
reference input to the plant output. Add the signals originating at the Desired Height
and Magnetic Ball Plant blocks as analysis points to an slLinearizer interface.
Open the magball model.
mdl = 'magball';
open_system(mdl);
Create an slLinearizer interface for the model.
sllin = slLinearizer(mdl);
Add the signals originating at the Design Height and Magnetic Ball Plant blocks
as analysis points of sllin. Both signals originate at the first (and only) port of the
respective blocks.
15 Alphabetical List