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!