find peaks in a mesh plot
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How do I find peaks in a mesh plot and also find its location on the mesh grid?
0 comentarios
Respuestas (2)
Image Analyst
el 17 de En. de 2019
If you have the Image Processing Toolbox, use imregionalmax() on the 3-D height (signal) array that you plotted.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!