Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 7;
y_correct = 25;
assert(isequal(mmi(x),y_correct))
y =
8
|
2 | Fail |
x = 11;
y_correct = 61;
assert(isequal(mmi(x),y_correct))
y =
36
|
831 Solvers
280 Solvers
351 Solvers
Element by element multiplication of two vectors
269 Solvers
1097 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!