이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
XI = findX(X,Y,YI) estimates the XI values at which the dependent
variables Y reach or cross a specified target level YI (scalar value). If there are multiple solutions, findX finds all of them. It may be seen as the "inverse" operation of the MATLAB's function
INTERP1, under 'linear' method.
X is a vector containing a sequence of monotone increasing values of the independent variable. Y is a vector containing the discrete values of the dependent variable (underlying function).
[XI,IDEXACT] = findX(X,Y,YI) returns in IDEXACT the indices where the original values of Y exactly reach the target level YI, i.e. Y(IDEXACT)=YI, so interpolation was not needed.
인용 양식
Antoni J. Canós (2026). Single-variable linear level finding ("inverse" INTERP1): findX (https://kr.mathworks.com/matlabcentral/fileexchange/23860-single-variable-linear-level-finding-inverse-interp1-findx), MATLAB Central File Exchange. 검색 날짜: .
