Simulink Control Design™ - MathWorks
BlockOperatingPoint Operating point at which block is linearized Description When you linearize a Simulink model, you can create ...
Port — Input port number u — Input value BlockPath — Block path character vector Block path in Simulink model, specified as a ...
blockOP = Block Operating Point for scdpendulum/pendulum/Integrator, Second-Order States: Name x theta 1.5708 theta_dot 0 Inputs ...
CompoundQuery Complex query object for finding specific blocks in linearization results Description CompoundQuery query object f ...
qIn = linqueryHasInputs(1); qOut = linqueryHasOutputs(1); qSISO = qIn & qOut; Then, QueryType is '(Has 1 Inputs & Has 1 ...
query = (qNotSISO & qOnPath) | qZero query = CompoundQuery with properties: QueryType: '((~((Has 1 Outputs & Has 1 Input ...
Alternative Functionality App You can also create custom queries for finding specific blocks in linearization results using the ...
LinearizationAdvisor Diagnostic information for troubleshooting linearization results Description When you linearize a Simulink ...
Properties Model — Simulink model character vector Simulink model associated with the linearization diagnostic information, retu ...
Name — Parameter name Value — Parameter value Structure array — Values for multiple parameters. For more information on parame ...
A character vector matching the QueryType property of the corresponding custom query object when you create a LinearizationAdvi ...
Create a linearization option set, enabling the StoreAdvisor option. opt = linearizeOptions('StoreAdvisor',true); Linearize the ...
Extract the LinearizationAdvisor object from info. advisor = info.Advisor advisor = LinearizationAdvisor with properties: Model: ...
Model: 'scdspeed' OperatingPoint: [1x1 opcond.OperatingPoint] BlockDiagnostics: [1x27 linearize.advisor.BlockDiagnostic] QueryTy ...
Linearize the model and obtain the LinearizationAdvisor object. opts = linearizeOptions('StoreAdvisor',true); io(1) = linio('scd ...
Obtain diagnostics for these blocks. diags = getBlockInfo(blocks) diags = Linearization Diagnostics for the Blocks: Block Info: ...
Introduced in R2017b LinearizationAdvisor ...
linqueryAdvise Query object for finding blocks that are potentially problematic for linearization Description linqueryAdvise cre ...
Properties QueryType — Query type 'Linearization Advice' (default) | character vector Query type, specified as 'Linearization Ad ...
Linearize the model and obtain the LinearizationAdvisor object. opts = linearizeOptions('StoreAdvisor',true); io = getlinio(mdl) ...
«
137
138
139
140
141
142
143
144
145
146
»
Free download pdf