MAXALL

버전 1.0.0.0 (3.06 KB) 작성자: Vassili Pastushenko
selected MAXima or ALL(default), with (default) or without parabolic interpolation
다운로드 수: 3K
업데이트 날짜: 2007/4/3

라이선스 없음

Revised 23rd Feb. 2006.
Improved speed, functionality and documentation
2-nd Rev, 3rd Apr.2007, back from TVAR to NUM2STR

MAXimum points in a curve, ALL(default) or manually positively/negatively selected, with (default) or without parabolic interpolation

needs CLINE
Demo uses SAVFILT
HELP MAXALL shows different calls

Main call:
[X,Y]=maxall(xy [,INTERSELECT])

Input:
xy = data (coordinates, matrix with two columns or rows, length(xy)>=3, x may be unsorted), or a complex vector x+1i*y with distinct x, or only data vector of y - values (then x=1:length(y))

INTERPSELECT: a complex number = switch for interpolation and/or positive or negative selection and/or visualization

INTERPSELECT=INTERP +1i*SELECT
INTERP: switch for interpolation,
if INTERP: parabolic interpolation at
internal maxima (default)

SELECT: switch for manual
selection/visualization of maxima
if SELECT: manual positive (SELECT>0)
or negative(=deletion) (SELECT<0)
selection

Output:
X,Y = position(s) and value(s) of maximum point(s), allowed maxima at the beginning and end.

인용 양식

Vassili Pastushenko (2024). MAXALL (https://www.mathworks.com/matlabcentral/fileexchange/6094-maxall), MATLAB Central File Exchange. 검색 날짜: .

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

Community Treasure Hunt

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

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

Coming back from TVAR to now sufficiently functional NUM2STR, thanks to email warning of A.D. Nair