Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [3 4 5];
y_correct = 2.5;
assert(isequal(circle_radius(x),y_correct))
|
2 | Pass |
x = [3 4 3];
y_correct = 2.0125;
assert(abs(circle_radius(x)-y_correct)<.0001)
|
3 | Pass |
x = [1 2 sqrt(3)];
y_correct = 1.0000;
assert(abs(circle_radius(x)-y_correct)<.0001)
|
Find state names that end with the letter A
551 Solvers
173 Solvers
Back to basics 20 - singleton dimensions
225 Solvers
Remove white space from the string
143 Solvers
313 Solvers