This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1 2 4
6 0 3
4 1 5];
y_correct = [6 2 5
4 1 4];
assert(isequal(your_fcn_name(x),y_correct))
|
Remove all the words that end with "ain"
1292 Solvers
Return the first and last character of a string
3457 Solvers
372 Solvers
124 Solvers
What is Sum Of all elements of Matrix
292 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!