find peaks in a mesh plot
Afficher commentaires plus anciens
How do I find peaks in a mesh plot and also find its location on the mesh grid?
Réponses (2)
KSSV
le 17 Jan 2019
0 votes
Read about max ..It gives indices also....
Image Analyst
le 17 Jan 2019
0 votes
If you have the Image Processing Toolbox, use imregionalmax() on the 3-D height (signal) array that you plotted.
Catégories
En savoir plus sur Descriptive Statistics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!