MATLAB: Localmaxima in a column of a matrix without the islocalmax

islocalmaxlocalmaxlocalmaxima

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!!

Best Answer

See findpeaks(): https://www.mathworks.com/help/releases/R2020a/signal/ref/findpeaks.html If you have signal processing toolbox.