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))
|
Find common elements in matrix rows
1231 Solvers
752 Solvers
07 - Common functions and indexing 6
348 Solvers
Is this triangle right-angled?
2872 Solvers
228 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!