gap size

Calculates number of consequtive NaNs in a vector.
ダウンロード: 236
更新 2011/7/1

ライセンスの表示

USAGE: sz=gapsize(x)

EXAMPLE:
x=rand(20,1);
x(x>.5)=nan;
[x gapsize(x)]

--------------
ans =
NaN 2
NaN 2
0.33311 0
0.28511 0
0.38263 0
0.20227 0
0.37058 0
0.43658 0
NaN 1
0.0049841 0
NaN 1
0.015303 0
NaN 1
0.26592 0
NaN 4
NaN 4
NaN 4
NaN 4
0.20113 0
NaN 1

引用

Aslak Grinsted (2025). gap size (https://www.mathworks.com/matlabcentral/fileexchange/31982-gap-size), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R14
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersNaNs についてさらに検索
タグ タグを追加

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

FIX: Allow row-vectors.

1.0.0.0