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)
|
1104 Solvers
2110 Solvers
Remove the two elements next to NaN value
311 Solvers
304 Solvers
Sum the squares of numbers from 1 to n
116 Solvers