Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'c';
y_correct = 99;
assert(isequal(ascii(x),y_correct))
y =
99
|
2 | Pass |
x = '1';
y_correct = 49;
assert(isequal(ascii(x),y_correct))
y =
49
|
Swap the first and last columns
12408 Solvers
1163 Solvers
3601 Solvers
Is this triangle right-angled?
2394 Solvers
224 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!