This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
base = 10;
y_correct = 0;
assert(isequal(your_fcn_name(x,base),y_correct))
|
2 | Pass |
x = 4;
base = 2;
y_correct = 2;
assert(isequal(your_fcn_name(x,base),y_correct))
|
3238 Solvers
Is my wife right? Now with even more wrong husband
1241 Solvers
Number of odd and even elements within matrix
124 Solvers
Matlab Basics II - Count rows in a matrix
255 Solvers
213 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!