Findpeaks - excluding peaks within certain x axis values

9 ビュー (過去 30 日間)
James Morris
James Morris 2019 年 8 月 19 日
コメント済み: Sean de Wolski 2019 年 8 月 21 日
I am using findpeaks (result seen below), however I would like to ignore the first peak within x axis 0 - 10. What is the best way to go about this?
Cheers

採用された回答

Sean de Wolski
Sean de Wolski 2019 年 8 月 19 日
findpeaks(y(x>10))
?
  6 件のコメント
James Morris
James Morris 2019 年 8 月 21 日
I am using matlab2015
Sean de Wolski
Sean de Wolski 2019 年 8 月 21 日
What does "not working" mean? Are you getting errors, wrong results? Post the MAT file and repro code. The below one looks right to me.
findpeaks(siw(x>10))

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDescriptive Statistics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by