find maximum and minimum
4 ビュー (過去 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?
0 件のコメント
採用された回答
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 件のコメント
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 Center および File Exchange で Multirate Signal Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!