This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Only works because A=9 in all test cases.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
s = 8;
A = 9;
area_correct = 180;
assert(isequal(pentagon_Area(s,A),area_correct))
ans =
180
|
2 | Pass |
s=pi;
A=9;
area_correct=(45/2)*pi;
assert(isequal(pentagon_Area(s,A),area_correct))
ans =
70.6858
|
Longest run of consecutive numbers
1648 Solvers
204 Solvers
Matlab Basics II - Count rows in a matrix
255 Solvers
309 Solvers
247 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!