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))
|
6719 Solvers
Remove any row in which a NaN appears
6827 Solvers
Find state names that end with the letter A
708 Solvers
Are all the three given point in the same line?
270 Solvers
338 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!