Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
Ra = 0;
C_correct = -273.15;
assert(isequal(RatoC(Ra),C_correct))
ans =
-273.1500
|
2 | Pass |
Ra = 491.67;
C_correct = 0;
assert(isequal(RatoC(Ra),C_correct))
ans =
0
|
284 Solvers
348 Solvers
511 Solvers
07 - Common functions and indexing 5
314 Solvers
471 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!