This solution is outdated. To rescore this solution, sign in.
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(your_fcn_name(x),y_correct))
|
Return the largest number that is adjacent to a zero
3749 Solvers
6364 Solvers
Set the array elements whose value is 13 to 0
935 Solvers
340 Solvers
302 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!