Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 10;
p=1;
c=0.35;
y_correct = 14;
assert(isequal(bottle(x,p,c),y_correct))
|
2 | Pass |
x = 20;
p=1.5;
c=0.4;
y_correct = 17;
assert(isequal(bottle(x,p,c),y_correct))
|
Arrange Vector in descending order
4075 Solvers
Return unique values without sorting
588 Solvers
376 Solvers
Deleting an element in a matrix
325 Solvers
121 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!