Simulink Control Design™ - MathWorks
getSensitivity Sensitivity function at specified point using slLinearizer or slTuner interface getCompSensitivity Complementary ...
For more information about how you can use analysis points, see “Mark Signals of Interest for Control System Analysis and Design ...
Field Description Parameters Block parameter values, specified as a structure array with Name and Value fields. Parameters conta ...
Ts = BlockData.Parameters(2).Value; sys = BlockData.BlockLinearization*Thiran(Td,Ts); end Save this function to a location on th ...
addOpening Add signal to list of openings for slLinearizer or slTuner interface Syntax addOpening(s,pt) addOpening(s,blk,port_nu ...
Open the scdcascade model. mdl = 'scdcascade'; open_system(mdl); Create an slLinearizer interface for the model. sllin = slLinea ...
Parameters : [] OperatingPoints : [] (model initial condition will be used.) BlockSubstitutions : [] Options : [1x1 linearize.Li ...
Add Bus Elements as Openings Open the scdbusselection model. mdl = 'scdbusselection'; open_system(mdl); Create an slLinearizer i ...
blk = {'scdbusselection/COUNTERBUSCreator','scdbusselection/COUNTERBUSCreator'}; port_num = [1 1]; bus_elem_name = {'limits.uppe ...
Block path identifying the block where the opening originates, specified as a character vector or cell array of character vector ...
For example, bus_elem_name = {'limits.upper_saturation_limit','data'}. Definitions Permanent Openings Permanent openings, used b ...
addPoint Add signal to list of analysis points for slLinearizer or slTuner interface Syntax addPoint(s,pt) addPoint(s,blk,port_n ...
mdl = 'scdcascade'; open_system(mdl); Create an slLinearizer interface for the model. sllin = slLinearizer(mdl); Add u1 and y1 a ...
No permanent openings. Use the addOpening command to add new permanent openings. Properties with dot notation get/set access: Pa ...
blk = {'magball/Desired Height','magball/Magnetic Ball Plant'}; port_num = [1 1]; addPoint(sllin,blk,port_num); Add Bus Elements ...
The COUNTERBUS signal of scdbusselection contains multiple bus elements. Add the upper_saturation_limit and data bus elements as ...
Here, pt(1) specifies an input, and pt(2) specifies an output. The interface adds all the signals specified by pt and ignores th ...
Definitions Analysis Points Analysis points, used by the slLinearizer and slTuner interfaces, identify locations within a model ...
openings to exclude all other components of the model. Another example is when you have cascaded loops within your model and you ...
getCompSensitivity Complementary sensitivity function at specified point using slLinearizer or slTuner interface Syntax linsys = ...
«
108
109
110
111
112
113
114
115
116
117
»
Free download pdf