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 =5;
y=5;
y_correct = [5 5 3];
assert(isequal(create_pic(x,y),y_correct));
ans =
5 5 3
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
29397 Solvers
Find the alphabetic word product
1997 Solvers
14973 Solvers
Back to basics 8 - Matrix Diagonals
707 Solvers
1778 Solvers