Interp1T for scattered 1-D data
My example: I needed to interpolate 1-D scattered data to obtain the wind speeds for the standard return periods. First, I found the needed parameters for my extreme data through dividing the extreme winds into different synoptic mechanisms and estimating the Gumbel variates for each. Second, I used them to calculate a vector of return periods T for a vector of wind speeds ws=5:0.1:50 (T is inverse of sum of probabilities). Third, I depict the wind speed for the standard return periods of 25, 50, 100, 500 years. Here is my simplest way for this third step: input - x is a vector of return periods for ws, y is ws, X is a vector of the standard return periods, Y is output WS corresponding to Y. Usable with any Matlab version.
Cite As
Isabella Osetinsky-Tzidaki (2024). Interp1T for scattered 1-D data (https://www.mathworks.com/matlabcentral/fileexchange/54137-interp1t-for-scattered-1-d-data), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
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 |