Simulink Control Design™ - MathWorks

(Tuis.) #1

  • To modify the magnitudes, drag the bound segment. Alternatively, right-click the
    segment, and select Bounds > Edit Bound. Specify the new magnitudes in the
    Magnitude column.


You must click Update Block before simulating the model.

Command-Line Information
Parameter: LowerBoundFrequencies
Type: character vector
Value: [] | finite number | matrix of finite numbers | cell array of matrices with finite
numbers. Must be specified inside single quotes ('').
Default: '[]'

See Also

Plot Linear Characteristics of Simulink Models During Simulation on page 2-82

“Verify Model at Default Simulation Snapshot Time” on page 14-6

Save data to workspace


Save one or more linear systems to perform further linear analysis or control design.

The saved data is in a structure whose fields include:


  • time — Simulation times at which the linear systems are computed.

  • values — State-space model representing the linear system. If the linear system is
    computed at multiple simulation times, values is an array of state-space models.

  • operatingPoints — Operating points corresponding to each linear system in
    values. This field exists only if Save operating points for each linearization is
    checked.


The location of the saved data structure depends upon the configuration of the Simulink
model:


  • If the Simulink model is not configured to save simulation output as a single object,
    the data structure is a variable in the MATLAB workspace.

  • If the Simulink model is configured to save simulation output as a single object, the
    data structure is a field in the Simulink.SimulationOutput object that contains
    the logged simulation data.


16 Blocks — Alphabetical List

Free download pdf