No of peaks in each row of 4*8 matrix
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
navan
el 28 de Mayo de 2015
Comentada: Image Analyst
el 28 de Mayo de 2015
how can we find out the no of peaks in each row of 4*8 matrix?
1 comentario
Image Analyst
el 28 de Mayo de 2015
How many times do you think you need to post this question? Were the prior 2 not enough times?
Respuesta aceptada
Star Strider
el 28 de Mayo de 2015
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 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!