Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
a = 8;
b = 3;
y_correct = 1421.2296;
assert(isequal(torus_volm(a,b),y_correct))
|
2 | Pass |
%%
a = 6;
b = 2;
y_correct = 473.7432;
assert(isequal(torus_volm(a,b),y_correct))
|
17222 Solvers
Find the sum of the elements in the "second" diagonal
994 Solvers
272 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
298 Solvers
320 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!