Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = uint16(12345);
y_correct = 14640;
assert(isequal(byte_order(x),y_correct))
|
2 | Pass |
%%
x = uint32(12345);
y_correct = 959447040;
assert(isequal(byte_order(x),y_correct))
|
3 | Pass |
%%
x = int32(-12345);
y_correct = -942669825;
assert(isequal(byte_order(x),y_correct))
|
2980 Solvers
151 Solvers
251 Solvers
Find Index of maximum Value and maximum Value of a vector
145 Solvers
Create an n-by-n null matrix and fill with ones certain positions
269 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!