This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
radius= 1;
Volume_correct = 4.1888;
assert(isequal(VolumeOfSphere(radius),Volume_correct));
|
2 | Pass |
%%
radius= 2;
Volume_correct = 33.5103;
assert(isequal(VolumeOfSphere(radius),Volume_correct));
|
3 | Pass |
%%
radius= 3;
Volume_correct = 113.0973;
assert(isequal(VolumeOfSphere(radius),Volume_correct));
|
Remove any row in which a NaN appears
6826 Solvers
753 Solvers
323 Solvers
Find the area of the four walls
202 Solvers
Solving Quadratic Equations (Version 1)
427 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!