Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
rlist
Scilab rational fraction function definition
Calling Sequence
[r] = rlist() [r] = rlist(N, D [,dom])
Arguments
- N,D
polynomial martices.
- dom
character string, or
[]
or a scalar.- r
tlist ("r" list) representing the rational fraction.
Description
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.
Examples
See Also
Report an issue | ||
<< null | Data Structures | setfield >> |