Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
ssprint
pretty print for linear system
Calling Sequence
ssprint(sl [,out])
Arguments
- sl
list (
syslin
list)- 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
<< sprintf | Output functions | Xcos >> |