You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end), find the a(n) and a(n+1) that flank it. Now interpolate the value, vb, such that it is proportionally between b(n) and b(n+1).
Note that va can land exactly on a value of a as well.

Solution Stats

10057 Solutions

3403 Solvers

Last Solution submitted on Feb 14, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...