다운로드 수: 2K
업데이트 날짜:
2003/6/13
라이선스 없음
FINDEXTREMA - finds minima and maxima of data
If 'y' is the data the function finds the maximas 'ma' and minimas 'mi'.
The x-position of the extrema are interpolated.
Usage: [ma,mi]=findextrema(y);
Example:
x=-10:0.1:10; y=sin(x);
[ma,mi]=findextrema(y);
plot(y); hold on; plot(ma,y(round(ma)),'ro'); plot(mi,y(round(mi)),'gs'); hold off;
인용 양식
Schuberth Schuberth (2025). findextrema.m (https://www.mathworks.com/matlabcentral/fileexchange/3586-findextrema-m), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R12
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- MATLAB > Mathematics > Interpolation >
Help Center 및 MATLAB Answers에서 Interpolation에 대해 자세히 알아보기
태그
도움
도움 준 파일: Impulsive Noise Meter, Reverberation Time Calculator
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.0.0.0 |