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))
|
9875 Solvers
1601 Solvers
Given a 4x4 matrix, swap the two middle columns
516 Solvers
229 Solvers
Find out total non zero element of matrix
193 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!