MATLAB: To find max peak intensity

MATLABmax peak intensity

Hi,
I would need some help how to find max peak intensity (not min and not threshold) in spectra over time or freq domain (both).
Please help me with some usable answer because at the homepage I did not find somthing to use for this purpose.
Many thanks for the response in advance.
Regards.
Bandi

Best Answer

The findpeaks function (or the islocalmax function) are what I would use, although the max function is also an option for finding one peak.
Related Question