Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
lstsize
list, tlist, mlist numbers of entries (obsolete)
Syntax
n=lstsize(l)
Arguments
- l
a list, tlist or mlist object
- n
an integer, the number of entries
Description
lstsize(l)
returns the number of entries for
list, list, mlist objects. This function is more efficient than the
size
function and works similarly with all list types
while size
is overloaded for mlist
objects.
See also
History
Version | Description |
6.0.1 | lstsize() is declared obsolete, to be removed from Scilab 6.1.
Please use size() instead. |
Report an issue | ||
<< lstcat | Data Structures | matrices >> |