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 | Pass |
a=2;b=2;c=8;
y_correct = 100;
assert(isequal(ellipsoid_sphere_diff(a,b,c),y_correct))
|
2 | Pass |
a=4;b=4;c=4;
y_correct =0;
assert(isequal(ellipsoid_sphere_diff(a,b,c),y_correct))
|
3 | Pass |
a=3;b=5;c=8;
y_correct= 389;
assert(isequal(ellipsoid_sphere_diff(a,b,c),y_correct))
|
4 | Pass |
a=4;b=6;c=8;
y_correct=536;
assert(isequal(ellipsoid_sphere_diff(a,b,c),y_correct))
|
1961 Solvers
1365 Solvers
147 Solvers
Find last zero for each column
238 Solvers
Is this triangle right-angled?
2874 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!