find maximum and minimum

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?

 Accepted Answer

Image Analyst
Image Analyst on 16 Jan 2015

0 votes

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 Comments

sama
sama on 16 Jan 2015
Thanks for response. How can I check if I have Image Processing Toolbox or Signal Processing Toolbax please.
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.

Sign in to comment.

More Answers (0)

Asked:

on 16 Jan 2015

Commented:

on 16 Jan 2015

Community Treasure Hunt

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

Start Hunting!