Localmaxima in a column of a matrix without the islocalmax
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi everyone,
How could I find 3 local maximas in one specific column of a matrix, without the 'islocalmax' because unfortunately I am working with 2017a version.
Thanks in advance!!
댓글 수: 0
채택된 답변
Ameer Hamza
2020년 6월 21일
See findpeaks(): https://www.mathworks.com/help/releases/R2020a/signal/ref/findpeaks.html If you have signal processing toolbox.
댓글 수: 2
Ameer Hamza
2020년 6월 21일
Try this fileexchange package: https://www.mathworks.com/matlabcentral/fileexchange/4242-find-peak-value
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!