Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
r = 25;
assert(abs(quarter_circle_01(r)-196.9667)<0.001)
|
2 | Pass |
r = 10;
assert(abs(quarter_circle_01(r)-31.5147)<0.001)
|
3 | Pass |
r = 62.45;
assert(abs(quarter_circle_01(r)- 1229.0730)<0.001)
|
387 Solvers
2100 Solvers
Deleting an element in a matrix
325 Solvers
175 Solvers
Find my daddy long leg (No 's')
632 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!