필터 지우기
필터 지우기

find maximum and minimum

조회 수: 2 (최근 30일)
sama
sama 2015년 1월 16일
댓글: Image Analyst 2015년 1월 16일
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