find peaks in a mesh plot
显示 更早的评论
How do I find peaks in a mesh plot and also find its location on the mesh grid?
回答(2 个)
KSSV
2019-1-17
0 个投票
Read about max ..It gives indices also....
Image Analyst
2019-1-17
0 个投票
If you have the Image Processing Toolbox, use imregionalmax() on the 3-D height (signal) array that you plotted.
类别
在 帮助中心 和 File Exchange 中查找有关 Descriptive Statistics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!