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))
|
420 Solvers
Who is the smartest MATLAB programmer?
561 Solvers
141 Solvers
126 Solvers
105 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!