필터 지우기
필터 지우기

find peaks in a mesh plot

조회 수: 3 (최근 30일)
D_coder
D_coder 2019년 1월 17일
답변: Image Analyst 2019년 1월 17일
How do I find peaks in a mesh plot and also find its location on the mesh grid?

답변 (2개)

KSSV
KSSV 2019년 1월 17일
Read about max ..It gives indices also....

Image Analyst
Image Analyst 2019년 1월 17일
If you have the Image Processing Toolbox, use imregionalmax() on the 3-D height (signal) array that you plotted.

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by