Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
r = 3;
h = 2;
y_correct = 65.9734;
assert(abs(func_frosting(r,h) - y_correct) < 1e-4)
|
2 | Pass |
r = 0.5;
h = 0.25;
y_correct = 1.5708;
assert(abs(func_frosting(r,h) - y_correct) < 1e-4)
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
35550 Solvers
Read a column of numbers and interpolate missing data
1235 Solvers
926 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
297 Solvers
266 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!