find peaks in a mesh plot
조회 수: 1 (최근 30일)
이전 댓글 표시
How do I find peaks in a mesh plot and also find its location on the mesh grid?
댓글 수: 0
답변 (2개)
Image Analyst
2019년 1월 17일
If you have the Image Processing Toolbox, use imregionalmax() on the 3-D height (signal) array that you plotted.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!