This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
r=1
seta=pi/2
y_correct = 0.7854;
assert(abs(sectorarea(r,seta)-y_correct)<0.001)
r =
1
seta =
1.5708
|
2 | Pass |
r=2
seta=pi/2
y_correct = pi;
assert(abs(sectorarea(r,seta)-y_correct)<0.001)
r =
2
seta =
1.5708
|
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!