No of peaks in each row of 4*8 matrix

1 Ansicht (letzte 30 Tage)
navan
navan am 28 Mai 2015
Kommentiert: Image Analyst am 28 Mai 2015
how can we find out the no of peaks in each row of 4*8 matrix?
  1 Kommentar
Image Analyst
Image Analyst am 28 Mai 2015
How many times do you think you need to post this question? Were the prior 2 not enough times?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Star Strider
Star Strider am 28 Mai 2015
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)!

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by