Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x1 = [2015 9 1 9 15];
x2 = [2015 9 1 14 44];
y_correct = 329;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
%%
x1 = [2015 9 1 9 15];
x2 = [2015 9 5 14 44];
y_correct = 6089;
assert(isequal(your_fcn_name(x),y_correct))
|
Read a column of numbers and interpolate missing data
794 Solvers
144 Solvers
Make a run-length companion vector
453 Solvers
Are all the three given point in the same line?
197 Solvers
Remove from a 2-D matrix all the rows that contain at least one element less than or equal to 4
123 Solvers