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))
|
Find all elements less than 0 or greater than 10 and replace them with NaN
13054 Solvers
3610 Solvers
We love vectorized solutions. Problem 1 : remove the row average.
547 Solvers
156 Solvers
Matlab Basics - Create a row vector
277 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!