This doesn't even use complex numbers!
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 1;
b=5
y_correct = 6;
assert(isequal(imgnumbers(a,b),y_correct))
b =
5
|
1598 Solvers
Project Euler: Problem 5, Smallest multiple
397 Solvers
274 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
297 Solvers
find the surface area of a cube
336 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!