Scilab rational fraction function definition
[r] = rlist(N, D [,dom])
polynomial martices.
character string, or []
or a scalar.
tlist ("r" list) representing the rational fraction.
rlist(N, D, dom)
is a shortcut to
tlist(['r','num','den','dt'], N, D, dom)
.
To correspond to the domain time of a linear system, dom
must be equal to 'c'
,'d'
, []
or a scalar.
One the one hand, to be similar to functions as syslin,
and on the other, to use some functions as tf2ss, it
is necessary that dom
is equal to these values.
Version | Description |
6.1 | rlist() removed. |