Scilab Function

mlist - Scilab object, matrix oriented typed list definition.

Calling Sequence

mlist(typ,a1,....an )

Parameters

Description

mlist object are very similar to tlist objects. But if M is an mlist, for any index i which is not a field name, M(i) is not the ith field of the list but is interpreted as the i th entry of M seen as a vector. This is the only difference between mlist and tlist.

mlist fields must then be designed by their names. They can also be handled using the getfield and setfield functions.

Examples

See Also