Initially I had a matrix (512x512), I created a 3d mesh using mesh() function. The figure showed me peaks. I wanted to extract the matrix for each peak and then calculate the volume. I came across two cases for the solution:
https://de.mathworks.com/matlabcentral/answers/277512-how-to-find-peaks-in-3d-mesh
Find volume of 3d peaks in matlab
In both cases the data generated in the form of X, Y, Z. This is however not my case. How can I extract matrices for each peak?