This solution is outdated. To rescore this solution, sign in.
The value of pi is wrong, but so it is the test suite.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2.438;
y_correct = 910.502;
x = 2.25;
y_correct = 715.694;
x = 2;
y_correct = 502.659;
assert(isequal(Volume_Rack(x),y_correct))
|
3238 Solvers
Given an unsigned integer x, find the largest y by rearranging the bits in x
780 Solvers
819 Solvers
5460 Solvers
Matlab Basics II - Unit Conversion
119 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!