フィルターのクリア

How to use findpeaks command?

2 ビュー (過去 30 日間)
kiruthika r
kiruthika r 2015 年 10 月 26 日
コメント済み: Star Strider 2015 年 10 月 26 日
When I use the command "[pks,locs] = findpeaks(Avg,cx1)" I am getting error as
Error using uddpvparse (line 122) Invalid Parameter/Value pairs.
Error in findpeaks>parse_inputs (line 84) hopts = uddpvparse('dspopts.findpeaks',varargin{:});
Error in findpeaks (line 59) [X,Ph,Pd,Th,Np,Str,infIdx] = parse_inputs(X,varargin{:});
Error in paper6 (line 129) [pks,locs] = findpeaks(Avg,cx1)
What should I do? please help me.

回答 (1 件)

Star Strider
Star Strider 2015 年 10 月 26 日
What are the sizes of Avg and cx1? If cx1 is a vector, it must be the same size as Avg.
  6 件のコメント
kiruthika r
kiruthika r 2015 年 10 月 26 日
I think I have to reinstall. Thank you so much.
Star Strider
Star Strider 2015 年 10 月 26 日
You definitely have my sympathies.
My pleasure.

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

カテゴリ

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