This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [9 2 0 4];
y = [3 9 5 8];
z_correct = 77;
assert(isequal(sum_of_multiplication(x, y),z_correct))
|
We love vectorized solutions. Problem 1 : remove the row average.
547 Solvers
321 Solvers
462 Solvers
Create a two dimensional zero matrix
355 Solvers
286 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!