The expression params(1).Value>0.5 & params(2).Value<5 returns a logical
array. find returns the linear index of every true entry in the logical array
Output Arguments
linsys — Transfer function for specified I/Os
state-space model
Transfer function for specified I/Os, returned as described in the following:
- 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.
15 Alphabetical List