This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 1;
y = 4*pi()/3;
z = 4*pi();
[a,b]=sphere(x);
assert(isequal(a,y)&isequal(b,z))
|
2 | Pass |
%%
x = 4;
y = 256*pi()/3;
z = 64*pi();
[a,b]=sphere(x);
assert(isequal(a,y)&isequal(b,z))
|
17211 Solvers
280 Solvers
284 Solvers
Celsius to Fahrenheit converter
388 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
297 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!