No of peaks in each row of 4*8 matrix
2 次查看(过去 30 天)
显示 更早的评论
how can we find out the no of peaks in each row of 4*8 matrix?
1 个评论
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
2015-5-28
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 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!