Help: Index that Falls above the lower variation limit if more than 50% of the data points in the following 20 point window are also above?
古いコメントを表示
Hello,
I would like ot replicate an anlysis in the paper where they defined the offset as
"the first datum point that falls above the lower variation limit if more than 50% of the data points in the following 20 point window are also above the lower variation limit"
I've created an array that indicates the all indices that are above the lower variation threshold
Does anyone have a good solution to find the which datum fits th above criteria?
Right now, I've simply used diff(IndexAboveThresh) just to indicate consecutive datapoints, but I'm having trouble finding a way to complete the code.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!