Localmaxima in a column of a matrix without the islocalmax
1 次查看(过去 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!