No of peaks in each row of 4*8 matrix

1 回表示 (過去 30 日間)
navan
navan 2015 年 5 月 28 日
コメント済み: Image Analyst 2015 年 5 月 28 日
how can we find out the no of peaks in each row of 4*8 matrix?
  1 件のコメント
Image Analyst
Image Analyst 2015 年 5 月 28 日
How many times do you think you need to post this question? Were the prior 2 not enough times?

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

採用された回答

Star Strider
Star Strider 2015 年 5 月 28 日
See my Answer to your Question: How to use findpeaks for a matrix of size A, then add this loop:
for k1 = 1:size(P,2)
NrPks(k1) = size(P{k1},2);
end
We would appreciate your Accepting the Answers you are using (and have used in your previous posts)!

その他の回答 (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