Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x=[1 3 4];
y=[1 2 1];
c=[2 3 5];
y_correct = griddata(x,y,c,2.6,1.4);
assert(isequal(datinter(x,y,c),y_correct))
|
2 | Pass |
x=[1 2 4];
y=[1 2 1.2];
c=[2 6 9];
y_correct = griddata(x,y,c,2.6,1.4);
assert(isequal(datinter(x,y,c),y_correct))
|
17465 Solvers
Which values occur exactly three times?
3817 Solvers
4326 Solvers
Determine Whether an array is empty
646 Solvers
Find out total non zero element of matrix
193 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!