Finding local maxima's and minima's of a curve

版本 1.0.0.0 (1.8 KB) 作者: Farhad VISHKAEE
This mfile finds local maxima's and minima's of a curve. The bugs have been fixed in this version.
2.0K 次下载
更新时间 2013/4/9

查看许可证

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

引用格式

Farhad VISHKAEE (2024). Finding local maxima's and minima's of a curve (https://www.mathworks.com/matlabcentral/fileexchange/41205-finding-local-maxima-s-and-minima-s-of-a-curve), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Chemistry 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0