Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 1;
b=2;
c=3;
y_correct = 6;
assert(isequal(vol(a,b,c),y_correct))
|
2 | Pass |
a = 6;
b=5;
c=3;
y_correct = 90;
assert(isequal(vol(a,b,c),y_correct))
|
Determine whether a vector is monotonically increasing
11920 Solvers
900 Solvers
190 Solvers
283 Solvers
274 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!