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 CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by