| System Identification Toolbox™ | ![]() |
SPEC = operspec(NLSYS)
SPEC = operspec(NLSYS) creates an operating point specification object for the idnlarx model NLSYS. The object encapsulates constraints on input and output signal values. These specifications are used to determine an operating point of the idnlarx model using findop(idnlarx).
NLSYS: idnlarx model.
SPEC: Operating point specification object. SPEC contains the following properties:
Input: Structure with fields:
Value: Initial guess for the values of the input signals. Specify a vector of length equal to number of model inputs. Default value: Vector of zeros.
Min: Minimum value constraint on values of input signals for the model. Default: -Inf for all channels.
Max: Maximum value constraint on values of input signals for the model. Default: Inf for all channels.
Known: Specifies when Value is known (fixed) or is an initial guess. Use a logical vector to denote which signals are known (logical 1, or true) and which have to be estimated using findop (logical 0, or false). Default value: true.
Output: Structure with fields:
Value: Initial guess for the values of the output signals. Default value: Vector of zeros.
Min: Minimum value constraint on values of output signals for the model. Default value: -Inf.
Max: Maximum value constraint on values of output signals for the model. Default value: -Inf.
| findop(idnlarx) |
![]() | oe | operspec(idnlhw) | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |