Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
before = 54.3;
after = 46.5;
y_correct = 4;
assert(isequal(fcn(before,after),y_correct))
month =
4
|
2 | Pass |
before = 65.0;
after = 50.0;
y_correct = 7;
assert(isequal(fcn(before,after),y_correct))
month =
7
|
3 | Pass |
before = 95.7;
after = 55.5;
y_correct = 14;
assert(isequal(fcn(before,after),y_correct))
month =
14
|
Return the largest number that is adjacent to a zero
3751 Solvers
Generate N equally spaced intervals between -L and L
563 Solvers
2544 Solvers
Find out sum of all elements of given Matrix
349 Solvers
Calculate square and cube of number
248 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!