Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'c';
y_correct = 99;
assert(isequal(ascii(x),y_correct))
|
2 | Pass |
%%
x = '1';
y_correct = 49;
assert(isequal(ascii(x),y_correct))
|
Swap the first and last columns
12408 Solvers
Extract leading non-zero digit
1205 Solvers
369 Solvers
Deleting an element in a matrix
325 Solvers
1172 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!