Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
F = 95;
C_correct = 35;
assert(isequal(fahren2celsius(F),C_correct))
|
2 | Pass |
F = 41;
C_correct = 5;
assert(isequal(fahren2celsius(F),C_correct))
|
3 | Pass |
F = 41;
C_correct = 5;
assert(isequal(fahren2celsius(F),C_correct))
|
4 | Pass |
F = 59;
C_correct = 15;
assert(isequal(fahren2celsius(F),C_correct))
|
Sort a list of complex numbers based on far they are from the origin.
4327 Solvers
6283 Solvers
Who has power to do everything in this world?
318 Solvers
275 Solvers
What is Sum Of all elements of Matrix
292 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!