Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 5;
y_correct = 250;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 2;
y_correct = 16;
assert(isequal(your_fcn_name(x),y_correct))
|
Number of 1s in a binary string
2821 Solvers
Getting the absolute index from a matrix
211 Solvers
Given a matrix, return the last eigen value
175 Solvers
260 Solvers
257 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!