Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x=2; w=1.5; m=drying(x,w);
m_correct = 69;
assert(round(m)==m_correct)
|
2 | Pass |
%%
x=3; w=2; m=drying(x,w);
m_correct = 69;
assert(round(m)==m_correct)
|
3 | Pass |
%%
x=5; w=2; m=drying(x,w);
m_correct = 139;
assert(round(m)==m_correct)
|
832 Solvers
60 Solvers
Back to basics 21 - Matrix replicating
1052 Solvers
2817 Solvers
255 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!