Single-variable linear level finding ("inverse" INTERP1): findX

版本 1.1.0.0 (1.7 KB) 作者: Antoni J. Canós
Estimates the XI values at which the dependent variables Y reach a specified level YI.
1.8K 次下载
更新时间 2009/5/5

查看许可证

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 (2024). Single-variable linear level finding ("inverse" INTERP1): findX (https://www.mathworks.com/matlabcentral/fileexchange/23860-single-variable-linear-level-finding-inverse-interp1-findx), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

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

Important bug fixed. New features added. Help rewritten.

1.0.0.0