find maximum and minimum

2 次查看(过去 30 天)
Hello, I have a matrix 1000*2 in Excel file. So I call these data and plot them. I am looking for all Maximum and minimum, however I don't know the equation due to having only points. I am using R2012a and couldn't use findpeak. any suggestions please?

采纳的回答

Image Analyst
Image Analyst 2015-1-16
If you don't have findpeaks() because you don't have the Signal Processing Toolbox, you can use imregionalmin() and imregionalmax() if you have the Image Processing Toolbox.
  2 个评论
sama
sama 2015-1-16
Thanks for response. How can I check if I have Image Processing Toolbox or Signal Processing Toolbax please.
Image Analyst
Image Analyst 2015-1-16
Well don't accept the answer if you haven't even tried it. type "ver" on the command line to see what toolboxes you have installed.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Parametric Spectral Estimation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by