Simulink Control Design™ - MathWorks

(Tuis.) #1

  • If you did not configure s.Parameters and s.OperatingPoints, the software
    calculates linsys using the default model parameter values. The software uses the
    model initial conditions as the linearization operating point. linsys is returned as a
    state-space model.

  • If you configured s.Parameters only, the software computes a linearization for each
    parameter grid point. linsys is returned as a state-space model array of the same
    size as the parameter grid.

  • If you configured s.OperatingPoints only, the software computes a linearization for
    each specified operating point. linsys is returned as a state-space model array of the
    same size as s.OperatingPoints.

  • If you configured s.Parameters and specified s.OperatingPoints as a single
    operating point, the software computes a linearization for each parameter grid point.
    The software uses the specified operating point as the linearization operating point.
    linsys is returned as a state-space model array of the same size as the parameter
    grid.

  • If you configured s.Parameters and specified s.OperatingPoints as multiple
    operating point objects, the software computes a linearization for each parameter grid
    point. The software requires that s.OperatingPoints is the same size as the
    parameter grid specified by s.Parameters. The software computes each linearization
    using corresponding operating points and parameter grid points. linsys is returned
    as a state-space model array of the same size as the parameter grid.

  • If you configured s.Parameters and specified s.OperatingPoints as multiple
    simulation snapshot times, the software simulates and linearizes the model for each
    snapshot time and parameter grid point combination. Suppose that you specify a
    parameter grid of size p and N snapshot times. linsys is returned as a state-space
    model array of size N-by-p.


info — Linearization information
structure


Linearization information, returned as a structure with the following fields:


Offsets — Linearization offsets
[] (default) | structure | structure array


Linearization offsets, returned as [] if s.Options.StoreOffsets is false. Otherwise,
Offsets is returned as one of the following:



  • If linsys is a single state-space model, then Offsets is a structure.


getLoopTransfer
Free download pdf