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 = 1;
y_correct = 3;
assert(isequal(times3(x),y_correct))
|
Sum of diagonal of a square matrix
1159 Solvers
357 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
1563 Solvers
196 Solvers
Element by element multiplication of two vectors
201 Solvers