consys 215
consysSyntax
outsys = consys(mat,{skipChks})
Parameter Li st
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,Band Cmatrices 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 redeļ¬ning the augmentation operators
and other functions in a later release of Xmath. To maintain future upwards
compatibility avoidusing this function when developing derivative software.