Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.1 - Português

Change language to:
English - Français - 日本語 - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Ajuda do Scilab >> CACSD > Linear System Representation > ssprint

ssprint

embelezador de sistemas lineares

Seqüência de Chamamento

ssprint(sl)
ssprint(sl, out]

Parâmetros

sl

lista (lista syslin)

out

saída (valor padrão out=%io(2))

Descrição

Representação embelezada de uma sistema linear em lista syslin de forma de espaço de estados sl=(A,B,C,D).

Exemplos

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
Report an issue
<< ss2zp Linear System Representation syslin >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Feb 12 19:58:36 CET 2018