Scilab 5.5.2
- Scilab Help
- Elementary Functions
- Bitwise operations
- Complex
- Discrete mathematics
- Elementary matrices
- Log - exp - power
- Floating point
- Radix conversions
- Matrix manipulation
- Matrix operations
- Search and sort
- Set operations
- Signal processing
- Symbolic
- Trigonometry
- and
- &
- cat
- cell2mat
- cellstr
- iscolumn
- isempty
- isequal
- ismatrix
- isrow
- isscalar
- issquare
- isvector
- lstsize
- modulo
- ndims
- nthroot
- num2cell
- or
- |
- sign
- size
- unwrap
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
Calling Sequence
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
Report an issue | ||
<< isvector | Elementary Functions | modulo >> |