Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 'c';
y_correct = 99;
assert(isequal(ascii(x),y_correct))
y =
uint8
120
|
2 | Fail |
x = '1';
y_correct = 49;
assert(isequal(ascii(x),y_correct))
y =
uint8
120
|
"Low : High - Low : High - Turn around " -- Create a subindices vector
320 Solvers
2810 Solvers
277 Solvers
405 Solvers
Flip the vector from right to left
2666 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!