Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 10;
y_correct = 4024000000000000;
assert(isequal(change2hex(x),y_correct))
|
2 | Pass |
%%
x = 23;
y_correct = 4037000000000000;
assert(isequal(change2hex(x),y_correct))
|
3 | Pass |
%%
x = 294;
y_correct = 4072600000000000;
assert(isequal(change2hex(x),y_correct))
|
495 Solvers
177 Solvers
281 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
297 Solvers
555 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!