find sequences

Finds sequences of repeated elements in array
ダウンロード: 201
更新 2011/11/1

ライセンスの表示

http://simulations.narod.ru/
[i1a i2a]=find_sequences(b,n)
b is 1d array
n is number
finds sequences b==n and return indexes to i1a i2a
all elements b(i1a(i):i2a(i))==n
example:
[i1a i2a]=find_sequences([1 2 2 1 1 1 2 2 2],2)
i1a = 2 7
i2a = 3 9

引用

Maxim Vedenyov (2024). find sequences (https://www.mathworks.com/matlabcentral/fileexchange/33554-find-sequences), MATLAB Central File Exchange. 取得済み .

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

Community Treasure Hunt

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

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