Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
F = [75 82 97 65];
C_correct = [23.8889 27.7778 36.1111 18.3333];
assert(all(abs(temp_convert(F) - C_correct) < 1e-4))
|
2 | Pass |
F = [];
C_correct = [];
assert(all(abs(temp_convert(F) - C_correct) < 1e-4))
|
3 | Pass |
F = [-1; 1200];
C_correct = [-18.3333;648.8889];
assert(all(abs(temp_convert(F) - C_correct) < 1e-4))
|
14185 Solvers
Maximum running product for a string of numbers
816 Solvers
How to find the position of an element in a vector without using the find function
2319 Solvers
Is my wife right? Now with even more wrong husband
1145 Solvers
143 Solvers