MATLAB: How to find peak value in graph like normal distribution

graphnormal distribution

I drew a graph like a normal distribution.
I want to know the data value of the highest part of the graph. Is there any code to do this?

Best Answer

The max function would likely do what you want.
Related Question