Scilab 6.0.0
- 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
- Trigonometry
- and
- &
- cat
- cell2mat
- cellstr
- iscolumn
- isempty
- isequal
- ismatrix
- isrow
- isscalar
- issquare
- isvector
- lstsize
- modulo
- ndims
- nthroot
- num2cell
- or
- |
- sign
- size
- unwrap
Scilab Help >> Elementary Functions > lstsize
lstsize
list, tlist, mlist numbers of entries
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.
Comments
Add a comment:
Please login to comment this page.