Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2;
y_correct = 12.57;
assert(isequal(crcl_area(x),y_correct))
ans =
[]
|
2 | Pass |
x = 12;
y_correct = 452.39;
assert(abs(y_correct-crcl_area(x)) <= 0.01)
ans =
[]
|
9867 Solvers
Find common elements in matrix rows
1231 Solvers
Basics: 'Find the eigenvalues of given matrix
322 Solvers
07 - Common functions and indexing 2
316 Solvers
266 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!