Simulink Control Design™ - MathWorks
% Copy referenced model to temporary folder. pathToLib = scdpathdep_setup; % Add folder to search path. addpath(pathToLib); % Op ...
fselect Extract sinestream signal at specified frequencies Syntax input2 = fselect(input,fmin,fmax) input2 = fselect(input,index ...
See Also fdel | frest.Sinestream | frestimate Topics “Time Response Not at Steady State” on page 5-49 Introduced in R2010a fsele ...
generateTimeseries Generate time-domain data for input signal Syntax ts = generateTimeseries(input) Description ts = generateTim ...
get Properties of linearization I/Os and operating points Syntax get(ob) get(ob,'PropertyName') Description get(ob) displays all ...
This returns the properties of op and their current values. Model: 'magball' States: [5x1 opcond.StatePoint] Inputs: [0x1 double ...
ans = 14.0071 See Also findop | getlinio | linio | operpoint | operspec | set Introduced before R2006a get ...
getBlockInfo Package: linearize.advisor Obtain diagnostic information for block linearizations When you linearize a Simulink mod ...
mdl = 'scdpendulum'; load_system(mdl) Linearize the model and obtain LinearizationAdvisor object. io = getlinio(mdl); opt = line ...
satDiag = getBlockInfo(advisor,'scdpendulum/pendulum/Saturation') satDiag = Linearization Diagnostics for scdpendulum/pendulum/S ...
Obtain diagnostic information for the first element of advisor.BlockDiagnostics. diag = getBlockInfo(advisor,1) diag = Lineariza ...
paths = getBlockPaths(advisor); Create logical array indicating which blocks are in the angle_wrap subsystem. index = contains(p ...
Positive integer — Obtain diagnostic information for the specified element of Advisor.BlockDiagnostics Array of positive intege ...
getBlockPaths Package: linearize.advisor Obtain list of blocks in LinearizationAdvisor object When you linearize a Simulink mode ...
Find all blocks in linearization results that are numerically perturbed. perturbed = find(advisor,linqueryIsNumericallyPerturbed ...
See Also Objects LinearizationAdvisor Functions advise | getBlockInfo | getBlockPaths Topics “Troubleshoot Linearization Results ...
getInputIndex Get index of an input element of an operating point specification or operating point The Inputs property of an ope ...
Get Input Index from Operating Point Specification Open Simulink model. mdl = 'scdtmpSetpoints'; mdlpath = fullfile(matlabroot,' ...
(2.) scdtmpSetpoints/Setpoints initial guess: 0 initial guess: 0 initial guess: 0 initial guess: 0 Obtain the index of the speci ...
mdl = 'scdtmpSetpoints'; mdlpath = fullfile(matlabroot,'examples','slcontrol',mdl); open_system(mdlpath) Create an operating poi ...
«
100
101
102
103
104
105
106
107
108
109
»
Free download pdf