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 |
%%
x = 2;
y_correct = 12.57;
assert(isequal(crcl_area(x),y_correct))
|
2 | Pass |
%%
x = 12;
y_correct = 452.39;
assert(abs(y_correct-crcl_area(x)) <= 0.01)
|
1103 Solvers
165 Solvers
168 Solvers
Back to basics - mean of corner elements of a matrix
236 Solvers
Deleting an element in a matrix
242 Solvers