You will be given a column vector (such as x = [1; 2; 3; 4; 5; 6]). If (n=3) you will return following;
[ 1 NaN NaN NaN 2 1 NaN NaN 3 2 1 NaN 4 3 2 1 5 4 3 2 6 5 4 3 ]
I imagine you are going to need to use "isequalwithequalnans" in your testsuite instead of "isequal" for this problem
Now, I have changed the assert statement
Example is wrong. Input vector x must be
x = [1; 2; 3; 4; 5; 6]
not
x = [1; 2; 3; 4; 5; 6; 7; 8]
Thanks Massimo. Changed it
I believe in tests 3&4 you may be missing a 3 here and there?
That's right, I have fixed it too
How many monitors are connected ?
108 Solvers
Magic is simple (for beginners)
1106 Solvers
551 Solvers
262 Solvers
80 Solvers