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))
ans =
[]
|
2 | Pass |
x = 20;
p=1.5;
c=0.4;
y_correct = 17;
assert(isequal(bottle(x,p,c),y_correct))
ans =
[]
|
Which values occur exactly three times?
3817 Solvers
Area of an equilateral triangle
2763 Solvers
Matlab Basics - Convert a row vector to a column vector
423 Solvers
268 Solvers
708 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!