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 |
s = 8;
A = 9;
area_correct = 180;
assert(isequal(pentagon_Area(s,A),area_correct))
|
2 | Pass |
s=pi;
A=9;
area_correct=(45/2)*pi;
assert(isequal(pentagon_Area(s,A),area_correct))
|
1051 Solvers
349 Solvers
413 Solvers
Replace every 3rd element in a vector with 4
170 Solvers
129 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!