Scilab 5.4.1
- Scilab help
- Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- Exponential
- Floating point
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- signalprocessing
- symbolic
- Trigonometry
- and
- &
- cat
- cell2mat
- cellstr
- isempty
- isequal
- isvector
- lstsize
- maxi
- mini
- modulo
- ndims
- nthroot
- or
- |
- sign
- size
- sort
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 エントリの数
呼び出し手順
n=lstsize(x)
パラメータ
- l
list, tlist または mlist オブジェクト
- n
整数, エントリの数
説明
lstsize(x)
はlist, list, mlistオブジェクト
のエントリの数を返します.
この関数は size
よりも効率的で
全てのリスト型で類似の動作をします.
この際,size
はmlist
オブジェクト用にオーバーロードされます.
参照
Report an issue | ||
<< isvector | Elementary Functions | maxi >> |