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))
|
Return the largest number that is adjacent to a zero
3750 Solvers
Find the sum of the elements in the "second" diagonal
994 Solvers
238 Solvers
323 Solvers
Replace every 3rd element in a vector with 4
170 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!