The test suite is generating wrong answers!!
Test suite answers need to be /60 and are in watts, not kW.
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
M= 10;
n=1500;
P = 94247.77;
assert(isequal(your_fcn_name(M,n),P))
Error: Assertion failed.
|
2 | Fail |
%%
M= 5
n=2300;
P = 72256.63;
assert(isequal(your_fcn_name(M,n),P))
Error: Assertion failed.
|
Find the two most distant points
1628 Solvers
404 Solvers
Project Euler: Problem 2, Sum of even Fibonacci
835 Solvers
Calculate the integral of the polynomial
85 Solvers
270 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!