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 |
a=2;b=2;c=8;
y_correct = 100;
assert(isequal(ellipsoid_sphere_diff(a,b,c),y_correct))
y1 =
42.6667
y2 =
10.6667
|
2 | Fail |
a=4;b=4;c=4;
y_correct =0;
assert(isequal(ellipsoid_sphere_diff(a,b,c),y_correct))
y1 =
85.3333
y2 =
85.3333
|
3 | Fail |
a=3;b=5;c=8;
y_correct= 389;
assert(isequal(ellipsoid_sphere_diff(a,b,c),y_correct))
y1 =
160
y2 =
36
|
4 | Fail |
a=4;b=6;c=8;
y_correct=536;
assert(isequal(ellipsoid_sphere_diff(a,b,c),y_correct))
y1 =
256
y2 =
85.3333
|
1800 Solvers
337 Solvers
15297 Solvers
Getting the absolute index from a matrix
211 Solvers
Set some matrix elements to zero
290 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!