Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2;
y_correct = [64 32/31]
assert(isequal(your_fcn_name(x),y_correct))
y_correct =
64.0000 1.0323
|
Given an unsigned integer x, find the largest y by rearranging the bits in x
780 Solvers
314 Solvers
254 Solvers
139 Solvers
Sum the squares of numbers from 1 to n
163 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!