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))
|
4107 Solvers
151 Solvers
348 Solvers
2985 Solvers
Back to basics - mean of corner elements of a matrix
297 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!