Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3];
y_correct = [1 2 3;2 4 6;4 8 12];
assert(isequal(func(x),y_correct))
|
6718 Solvers
Given an unsigned integer x, find the largest y by rearranging the bits in x
780 Solvers
387 Solvers
505 Solvers
Pernicious Anniversary Problem
735 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!