Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
Ra = 0;
C_correct = -273.15;
assert(isequal(RatoC(Ra),C_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 RatoC (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
Ra = 491.67;
C_correct = 0;
assert(isequal(RatoC(Ra),C_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 RatoC (line 2)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
2542 Solvers
The Answer to Life, the Universe, and Everything
383 Solvers
559 Solvers
277 Solvers
Matlab Basics - Switching Assignments
171 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!