Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2;
y_correct = 12.57;
assert(isequal(crcl_area(x),y_correct))
d =
2 12
e =
1×2 logical array
1 0
f =
12.5700 452.3900
y =
12.5700
|
2 | Pass |
x = 12;
y_correct = 452.39;
assert(abs(y_correct-crcl_area(x)) <= 0.01)
d =
2 12
e =
1×2 logical array
0 1
f =
12.5700 452.3900
y =
452.3900
|
1327 Solvers
All your base are belong to us
463 Solvers
Sum of diagonal of a square matrix
1327 Solvers
The Answer to Life, the Universe, and Everything
383 Solvers
555 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!