Interpolate scattered data. - MATLAB Cody - MATLAB Central

Problem 43221. Interpolate scattered data.

Difficulty:Rate

Most data was scattered, and there is no gird.

There are three data [c] in three different area [x,y].

 x=[1 3 4];
 y=[1 2 1];
 c=[2 3 5];

Estimate data value in x=2.6, y=1.4 using interpolation. x,y,c are used as inputs.

(hint: use griddata)

Solution Stats

83.58% Correct | 16.42% Incorrect
Last Solution submitted on May 06, 2025

Problem Comments

Solution Comments

Show comments
Why should you share code?
In a discussion on LInkedin about my recent blog post, Do these...
3
3

Problem Recent Solvers53

Suggested Problems

More from this Author27

Community Treasure Hunt

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

Start Hunting!