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
|
1763 Solvers
Calculate distance travelled when given radius and rotations
183 Solvers
452 Solvers
Matlab Basics II - Max & Index of Max
188 Solvers
Determine if input is divisible by three.
162 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!