find peaks in a mesh plot
Mostrar comentarios más antiguos
How do I find peaks in a mesh plot and also find its location on the mesh grid?
Respuestas (2)
KSSV
el 17 de En. de 2019
0 votos
Read about max ..It gives indices also....
Image Analyst
el 17 de En. de 2019
0 votos
If you have the Image Processing Toolbox, use imregionalmax() on the 3-D height (signal) array that you plotted.
Categorías
Más información sobre Descriptive Statistics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!