Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = uint16(12345);
y_correct = 14640;
assert(isequal(byte_order(x),y_correct))
y =
14640
|
2 | Pass |
x = uint32(12345);
y_correct = 959447040;
assert(isequal(byte_order(x),y_correct))
y =
959447040
|
3 | Pass |
x = int32(-12345);
y_correct = -942669825;
assert(isequal(byte_order(x),y_correct))
uc =
uint32
y =
-942669825
|
284 Solvers
Find best placement for ordered dominoes (harder)
205 Solvers
Create a square matrix of multiples
383 Solvers
Find out missing number from a vector of 9 elements
245 Solvers
The Answer to Life, the Universe, and Everything
383 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!