find peaks in a mesh plot
이전 댓글 표시
How do I find peaks in a mesh plot and also find its location on the mesh grid?
답변 (2개)
KSSV
2019년 1월 17일
0 개 추천
Read about max ..It gives indices also....
Image Analyst
2019년 1월 17일
0 개 추천
If you have the Image Processing Toolbox, use imregionalmax() on the 3-D height (signal) array that you plotted.
카테고리
도움말 센터 및 File Exchange에서 Descriptive Statistics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!