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))
|
584 Solvers
Find the largest value in the 3D matrix
1056 Solvers
Matrix with different incremental runs
249 Solvers
405 Solvers
238 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!