Simulink Control Design™ - MathWorks
Ts (Only for discrete-time states) Sample time and offset of each Simulink block state, specified as a vector. SampleType State ...
Examples Create Operating Point for Simulink Model Open Simulink model. open_system('magball') Create operating point for the mo ...
Inputs: None op lists each block in the model that has states. There are no root-level inports in this model, therefore op does ...
operspec Operating point specifications Syntax opspec = operspec(mdl) opspec = operspec(mdl,dim) Description opspec = operspec(m ...
Create the default operating point specification object for the model. opspec = operspec(sys) Operating point specification for ...
Be at steady state. Have a lower bound of 0. Have an initial value of 2 for trimming. opspec.States(1).SteadyState = 1; opspec ...
opspec(1,3).States(2).SteadyState = 1; opspec(1,3).States(1).x = 2; You can also create multidimensional arrays of operating poi ...
You can modify the operating point specifications using dot notation. For example, if opspec is a single operating point specifi ...
Property Description States State operating point specifications, returned as a vector of state specification objects. Each entr ...
Property Description Field Description 0 — Block is in the current model file. Known Flags indicating whether state values are ...
Property Description Inputs Input level specifications at the operating point, returned as a vector of input specification objec ...
Property Description Outputs Output level specifications at the operating point, returned as a vector of output specification ob ...
Property Description Field Description Descripti on Outport block input description, specified as a character vector. Time Times ...
Tips To display the operating point specification object properties, use get. See Also addoutputspec | findop | update Introdu ...
set Set properties of linearization I/Os and operating points Syntax set(ob) set(ob,'PropertyName',val) Description set(ob) disp ...
ans = Model: {} States: {} Inputs: {} Time: {} To set the value of a particular property of op_cond, provide the property name a ...
To view the property and verify that the change was made, type op_cond.States(2) which displays (1.) magball/Magnetic Ball Plant ...
setlinio Save linear analysis points to Simulink model, Linear Analysis Plots block, or Model Verification block Syntax setlinio ...
Create a vector of analysis points for linearizing the plant model: Input perturbation at the output of the Controller block Op ...
Create analysis points for finding the transfer function between the coolant temperature and the residual concentration. Input ...
«
106
107
108
109
110
111
112
113
114
115
»
Free download pdf