interp1nan, table lookup
Version 1.0.0.0 (1.85 KB) by
ashkan
looks up XI in X from the table [X,Y], if found returns Y, nan otherwise.
This function is the same operation as "table lookup". Described in "table lookup" terms, the "table" is [X,Y] and INTERP1nan "looks-up" the elements of XI in X, and, based upon their location, returns values YI within the elements of Y, and nan otherwise.
Cite As
ashkan (2023). interp1nan, table lookup (https://www.mathworks.com/matlabcentral/fileexchange/36692-interp1nan-table-lookup), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2010a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Language Fundamentals > Data Types > Tables >
- MATLAB > Language Fundamentals > Data Types > Dictionaries >
Find more on Tables in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired: avinterpnan(A,method)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |