Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 2;
y_correct = 12.57;
assert(isequal(crcl_area(x),y_correct))
ans =
12.5664
|
2 | Pass |
x = 12;
y_correct = 452.39;
assert(abs(y_correct-crcl_area(x)) <= 0.01)
ans =
452.3893
|
Determine whether a vector is monotonically increasing
11915 Solvers
Find the sum of the elements in the "second" diagonal
994 Solvers
Find out missing number from a vector of 9 elements
245 Solvers
Convert given decimal number to binary number.
636 Solvers
192 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!