Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
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 | Fail |
x=5; w=2; m=drying(x,w);
m_correct = 139;
assert(round(m)==m_correct)
|
Find the sum of all the numbers of the input vector
31940 Solvers
Count from 0 to N^M in base N.
220 Solvers
49 Solvers
Find nearest prime number less than input number
268 Solvers
573 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!