Scilab 5.3.3
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
rlist
Scilab rational fraction function definition
Calling Sequence
rlist() rlist(a1,....an)
Description
rlist(a1,....an) is a shortcut  to
    tlist(['r','num';'den','dt'], a1,....an)
Creates a tlist with  ['r','num';'den','dt'] as
    first entry and  ai's as next entries if any. No type nor size
    checking is done on ai's.
| << mlist | Data Structures | setfield >> |