This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
circle = [0, 0, 1]; Points = [0, 0.5]
y_correct = 1;
assert(isequal(your_fcn_name(Points,circle),y_correct))
freepass granted, CONGRATULATIONS!
|
2 | Fail |
circle = [0, 0, 1]; Points = [0, 2]
y_correct = 0;
assert(isequal(your_fcn_name(Points,circle),y_correct))
freepass granted, CONGRATULATIONS!
|
3 | Fail |
circle = [1, 1, 1]; Points = [0, 1; 0, 0]
y_correct = [1; 0];
assert(isequal(your_fcn_name(Points,circle),y_correct))
freepass granted, CONGRATULATIONS!
|
1917 Solvers
Renaming a field in a structure array
542 Solvers
1879 Solvers
300 Solvers
Matrix indexing with two vectors of indices
408 Solvers