Clear Filters
Clear Filters

How can I interpolate a vector to increase the length up to a desired quantity?

2 views (last 30 days)
Basically my problem is that I have measured with one device and I got different vectors with a specific wavelength and rate (every 3 nm).
My problem begun when I found out that I need to add a correction to the measurements, the correction has the same wavelength but a different rate (every 5 nm). So I need to interpolate so I get the same length for both vectors and ten I can add the correction.
How Can I do the interpolation?
I include the data set in the attachment. The Galad1 is the output data from my device

Answers (1)

Matt J
Matt J on 25 Mar 2022
You can do it with interp1() or griddedInterpolant().

Categories

Find more on Interpolation in Help Center and File Exchange

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!