Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
MEGA = 21;
J_correct = 8.7864e+16;
assert(isequal(MEGATNT(MEGA),J_correct))
[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 MEGATNT (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
MEGA = 50;
J_correct = 2.0920e+17;
assert(isequal(MEGATNT(MEGA),J_correct))
[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 MEGATNT (line 2)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
3 | Pass |
MEGA = 7000;
J_correct = 2.9288e+19;
assert(isequal(MEGATNT(MEGA),J_correct))
[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 MEGATNT (line 2)
In ScoringEngineTestPoint3 (line 3)
In solutionTest (line 7)]
|
4 | Pass |
MEGA = 110000000;
J_correct = 4.6024e+23;
assert(isequal(MEGATNT(MEGA),J_correct))
[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 MEGATNT (line 2)
In ScoringEngineTestPoint4 (line 3)
In solutionTest (line 9)]
|
3892 Solvers
2810 Solvers
382 Solvers
Deleting an element in a matrix
325 Solvers
236 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!