Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 2;
y_correct = 6.712388980384690;
assert(isequal(circle_diameter(x),y_correct))
y =
9.4248
|
2 | Fail |
x = 5.5;
y_correct = 18.459069696057895;
assert(isequal(circle_diameter(x),y_correct))
y =
25.9181
|
345 Solvers
201 Solvers
270 Solvers
2617 Solvers
Convert from Fahrenheit to Celsius
7125 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!