Skip to content

DanGolding/Linear-and-bilinear-interpolation-in-Excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear-and-bilinear-interpolation-in-Excel

VBA code of worksheet functions for linear and bilinear interpolation based on the signature of interp1 and interp2 in MATLAB.

The code is in Interpolation.bas and an example spreadheet is also provided.

Linear Interpolation

Example of using the interp1 function:

Bilinear Interpolation

Example of using the interp2 function:

note for inrerp2, the first arguemnt, xAxis, must be a vertical range, and the second argument, yAxis, must be a horizontal range.

About

VBA code of worksheet functions for linear and bilinear interpolation based on interp1 and interp2 in MATLAB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages