Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Control Systems - CACSD > Linear System Representation > ssprint

ssprint

pretty print for linear system

Syntax

ssprint(sl)
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

a = [1 1;0 1];
b = [0 1;1 0];
c = [1, 1];
d = [3, 2];
modelC = syslin('c', a, b, c, d)
modelD = syslin('d', a, b, c, d)
ssprint(modelC)
ssprint(modelD)

See Also

  • math_rendering_features_in_graphic — Display mathematical equations in Scilab graphics through the LaTeX or MathML languages.
  • prettyprint — From any Scilab datatype and provide a representation to the TeX, LaTeX or MathML formats
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:35 CEST 2016