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));
|
5832 Solvers
686 Solvers
284 Solvers
Find out missing number from a vector of 9 elements
245 Solvers
Determine the number of odd integers in a vector
435 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!