find peaks in a mesh plot

1 次查看(过去 30 天)
D_coder
D_coder 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.

Community Treasure Hunt

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

Start Hunting!

Translated by