Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 2;
y_correct = 12.57;
assert(isequal(crcl_area(x),y_correct))
ans =
12.5700
|
2 | Pass |
%%
x = 12;
y_correct = 452.39;
assert(abs(y_correct-crcl_area(x)) <= 0.01)
ans =
452.3900
|
Remove all the words that end with "ain"
1292 Solvers
253 Solvers
Convert a vector into a number
503 Solvers
465 Solvers
Create sequnce 1 4 9 16 25.........
190 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!