Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 2;
assert(isequal(your_fcn_name(x),y_correct))
x = 5;
y_correct = 32;
assert(isequal(your_fcn_name(x),y_correct))
x = 8;
y_correct = 256;
assert(isequal(your_fcn_name(x),y_correct))
x = 11;
y_correct = 2048;
assert(isequal(your_fcn_name(x),y_correct))
x = 16;
y_correct = 65536;
assert(isequal(your_fcn_name(x),y_correct))
|
2500 Solvers
Who knows the last digit of pi?
557 Solvers
372 Solvers
5459 Solvers
Sum the 'edge' values of a matrix
232 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!