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)
|
6368 Solvers
Number of 1s in a binary string
2824 Solvers
387 Solvers
465 Solvers
Write a code that will follow the equation y = x * (x + x) * x.
210 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!