Scilab 6.0.0
- Scilabヘルプ
- Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- Exponential
- Floating point
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- signalprocessing
- Trigonometry
- &
- cat
- cell2mat
- cellstr
- iscolumn
- isempty
- isequal
- ismatrix
- isrow
- isscalar
- issquare
- isvector
- lstsize
- modulo
- ndims
- nthroot
- num2cell
- |
- sign
- size
- unwrap
- and
- or
Scilabヘルプ >> Elementary Functions > lstsize
lstsize
list, tlist, mlist エントリの数
呼び出し手順
n=lstsize(x)
引数
- l
list, tlist または mlist オブジェクト
- n
整数, エントリの数
説明
lstsize(x)
はlist, list, mlistオブジェクト
のエントリの数を返します.
この関数は size
よりも効率的で
全てのリスト型で類似の動作をします.
この際,size
はmlist
オブジェクト用にオーバーロードされます.
Comments
Add a comment:
Please login to comment this page.