Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 2;
y_correct = 6.712388980384690;
assert(isequal(circle_diameter(x),y_correct))
y =
4.7124
|
2 | Fail |
x = 5.5;
y_correct = 18.459069696057895;
assert(isequal(circle_diameter(x),y_correct))
y =
12.9591
|
519 Solvers
Set some matrix elements to zero
290 Solvers
98 Solvers
1159 Solvers
136 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!