Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 264;
y_correct = 4;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 128;
y_correct = 4;
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Pass |
x = 3782194;
y_correct = 5;
assert(isequal(your_fcn_name(x),y_correct))
|
4 | Pass |
x = 1997828235;
y_correct = 5;
assert(isequal(your_fcn_name(x),y_correct))
|
1262 Solvers
232 Solvers
Find the maximum number of decimal places in a set of numbers
739 Solvers
Create the following sequence : 0 1 1 4 9 25 64 169 ...
64 Solvers
359 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!