Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2; 3 4]; x1 = [4 3; 2 1];
y_correct = [ 8 5; 20 13];
assert(isequal(your_fcn_name(x, x1),y_correct))
|
19330 Solvers
516 Solvers
Rounding off numbers to n decimals
1050 Solvers
167 Solvers
137 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!