National Instruments 370760B-01 Calculator User Manual


 
consys 215
consys
Syntax
outsys = consys(mat,{skipChks})
Parameter List
Inputs: mat constant matrix
Keywords: skipChks Boolean specifying that syntax checking is to be skipped.
Outputs: outsys Dynamic System
Description
Creates a Dynamic System object from a constant matrix. Outsys represents a
constant gain; the A, B and C matrices are empty. It is equivalent to,
outsys = system([],[],[],mat)
and can be useful in specifying constant inputs to freq.
This function may be superceded by redefining the augmentation operators
and other functions in a later release of Xmath. To maintain future upwards
compatibility avoid using this function when developing derivative software.