Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(newFibo(1),1))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In newFibo (line 2)
In ScoringEngineTestPoint1 (line 1)
In solutionTest (line 3)]
|
2 | Pass |
assert(isequal(newFibo(2),1))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In newFibo (line 2)
In ScoringEngineTestPoint2 (line 1)
In solutionTest (line 5)]
|
3 | Pass |
assert(isequal(newFibo(3),1))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In newFibo (line 2)
In ScoringEngineTestPoint3 (line 1)
In solutionTest (line 7)]
|
4 | Pass |
assert(isequal(newFibo(4),2))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In newFibo (line 2)
In ScoringEngineTestPoint4 (line 1)
In solutionTest (line 9)]
|
5 | Pass |
assert(isequal(newFibo(5),5))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In newFibo (line 2)
In ScoringEngineTestPoint5 (line 1)
In solutionTest (line 11)]
|
6 | Pass |
assert(isequal(newFibo(6),21))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In newFibo (line 2)
In ScoringEngineTestPoint6 (line 1)
In solutionTest (line 13)]
|
7 | Pass |
assert(isequal(newFibo(8),10946))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In newFibo (line 2)
In ScoringEngineTestPoint7 (line 1)
In solutionTest (line 15)]
|
8 | Pass |
assert(isequal(newFibo(9),5702887))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In newFibo (line 2)
In ScoringEngineTestPoint8 (line 1)
In solutionTest (line 17)]
|
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
1900 Solvers
Back to basics 6 - Column Vector
908 Solvers
Are all the three given point in the same line?
270 Solvers
379 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!