Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 'I';
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 98;
y_correct = 'XCVIII';
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Pass |
x = 501;
y_correct = 'DI';
assert(isequal(your_fcn_name(x),y_correct))
|
4 | Pass |
x = 867;
y_correct = 'DCCCLXVII';
assert(isequal(your_fcn_name(x),y_correct))
|
835 Solvers
Project Euler: Problem 8, Find largest product in a large string of numbers
315 Solvers
753 Solvers
Do Fast Fourier Transformation
221 Solvers
387 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!