- "max" function: This function can find the position of the maximum value in the data. For more information follow this link: https://in.mathworks.com/help/matlab/ref/max.html
- "find" function: This function can find the position of all the values above a given threshold. For more information follow this link: https://in.mathworks.com/help/matlab/ref/find.html
- "imregionalmax": This function to find regional maxima in the surface data. For more information follow this link: https://in.mathworks.com/help/images/ref/imregionalmax.html