Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
V=4;I=8;
y_correct = 0.5;
assert(isequal(Resistance(V,I),y_correct))
|
2 | Pass |
V=7;I=1.75;
y_correct = 4;
assert(isequal(Resistance(V,I),y_correct))
|
Given an unsigned integer x, find the largest y by rearranging the bits in x
781 Solvers
Find out sum and carry of Binary adder
380 Solvers
168 Solvers
151 Solvers
160 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!