mhamilt / 2D-Interpolation

A implementation of Lagrange interpolation in 2 Dimensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2D-Interpolation

A implementation of Lagrange interpolation in 2-Dimensions

Currently the function interp2D() will output an entire matrix but can be easily altered to generate a single point.

main.m contains a short script for illustration

Example Output

About

A implementation of Lagrange interpolation in 2 Dimensions


Languages

Language:MATLAB 100.0%