Finding local maxima's and minima's of a curve
%output = fpeak(x,y,s,range)
%       x and y are the data
%       s: is a scallar and determines the sensitivity of the function, the
%       default (minimum) value is 1.
%       Range: is the interval to find local maxima and minima and is 
%       optional, it has four elements: [x_min x_max y_min y_max]
%       output: is the xy position of local maxima's and minima's
% SEE ALSO findpeaks
%-----------------------------------------------------------------------
%       Author: Geng Jun, Dec 09, 2003
%       Email: dr.gengjun@126.com
%       Editted by: Farhad VISHKAEE, 23 May, 2010
%       Email: f.vishkaee@gmail.com
%       LinkedIn: http://www.linkedin.com/pub/farhad-vishkaee/33/191/40a
%-----------------------------------------------------------------------
Citar como
Farhad VISHKAEE (2025). Finding local maxima's and minima's of a curve (https://es.mathworks.com/matlabcentral/fileexchange/41205-finding-local-maxima-s-and-minima-s-of-a-curve), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0.0 | 
