Testsuite seems to have problem for value n=1
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
n = 1;
f = 1;
assert(isequal(fib(n),f))
Error: Assertion failed.
|
2 | Fail |
%%
n = 6;
f = 8;
assert(isequal(fib(n),f))
Error: Assertion failed.
|
3 | Fail |
%%
n = 10;
f = 55;
assert(isequal(fib(n),f))
Error: Assertion failed.
|
4 | Fail |
%%
n = 20;
f = 6765;
assert(isequal(fib(n),f))
Error: Assertion failed.
|
2197 Solvers
Make an awesome ramp for a tiny motorcycle stuntman
334 Solvers
394 Solvers
248 Solvers
1097 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!