Find local extrema places and values

버전 1.0.0.0 (1.84 KB) 작성자: Peter Csordas
Returns structure with local extrema (minimum, maximum) places and values.
다운로드 수: 536
업데이트 날짜: 2013/1/25

라이선스 보기

Returns structure with local extrema (minimum, maximum) places and values.

Elements of output structure:
minx: min places
miny: min values
maxx: max places
maxy: max values

Example:

v=[1 3 5 5 2 -2 -2 -1 8 -10 5];
o1=extrems(v)
o2=extrems(v,'ysort')
o3=extrems(v,'strict')

Outputs:
o1 =
minx: [6 10]
miny: [-2 -10]
maxx: [3 9]
maxy: [5 8]
o2 =
minx: [10 6]
miny: [-10 -2]
maxx: [9 3]
maxy: [8 5]
o3 =
minx: 10
miny: -10
maxx: 9
maxy: 8

인용 양식

Peter Csordas (2025). Find local extrema places and values (https://kr.mathworks.com/matlabcentral/fileexchange/40007-find-local-extrema-places-and-values), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Digital Filtering에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0