LabVIEW Control Design and Simulation Module

inv (MathScript RT Module Function)

  • Updated2023-03-14
  • 1 minute(s) read

inv (MathScript RT Module Function)

Owning Class: cdops

Requires: Control Design and Simulation Module and MathScript RT Module

Syntax

SysInv = inv(SysIn)

Description

Inverts a system model.

Examples

Inputs

Name Description
SysIn Specifies a linear time-invariant (LTI) model in transfer function, zero-pole-gain, or state-space form. The model must neither have delay nor be strictly proper. For state-space models, the D matrix must be non-zero. For transfer function and zero-pole-gain models, the orders of the numerator and denominator polynomial functions must be identical.

Outputs

Name Description
SysInv Returns the inverse of SysIn.

Details

The following table lists the support characteristics of this function.

Supported in the LabVIEW Run-Time Engine Yes
Supported on RT targets Yes
Suitable for bounded execution times on RT Not characterized

Examples

SysIn = tf([1 2], [3 4]);
SysInv = inv(SysIn)

Related Topics

balance_grammian