ssprint
pretty print for linear system
Syntax
ssprint(sl) ssprint(sl, out)
Arguments
- sl
- list ( - syslinlist)
- out
- output (default value - out=%io(2))
Description
pretty print of a linear system in state-space form
            sl=(A,B,C,D) syslin list.
Examples
See also
- math_rendering_features_in_graphic — Display mathematical equations in Scilab graphics through the LaTeX or MathML languages.
- prettyprint — Converts a Scilab object into some corresponding LaTeX, TeX, MathML or HTML strings
| Report an issue | ||
| << ss2zp | Linear System Representation | ssrand >> |