Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
thrownan
NaN値を除去
呼び出し手順
[nonan,numb]=thrownan(x)
パラメータ
- x
実数または複素数のベクトルまたは行列
説明
この関数はベクトルnonan
に
ベクトルまたは行列x
の(NaNを無視した)値および
ベクトルnumb
の対応する一にその値のインデックスを返します.
あるベクトルまたは行列x
について,
[nonan,numb]=thrownan(x)
は,
ベクトル(列が最初)のような
x
の構造を考慮します.
Labostatでは, NAN 値は表の欠損値を意味します.
例
x=[0.2113249 %nan 0.6653811;0.7560439 0.3303271 0.6283918] [nonan numb]=thrownan(x)
Report an issue | ||
<< nansum | Data with Missing Values | Descriptive Statistics >> |