Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2; 3 4]; x1 = [4 3; 2 1];
y_correct = [ 4 6; 6 4];
assert(isequal(your_fcn_name(x, x1),y_correct))
y =
4 6
6 4
|
284 Solvers
We love vectorized solutions. Problem 1 : remove the row average.
546 Solvers
367 Solvers
184 Solvers
Matlab Basics - Switching Assignments
171 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!