Problem 58992. A row vector, pick 1st number, skip 1,pick 3rd number, skip 2,pick,skip,etc then place all picked numbers in order in new vector
Having a row vector of number, pick the first number, place in new output vector as the first value,
then skip one number, pick the 3rd number, place as 2nd number in the output vector,
the skip 2, pick the 6th number, place as the 3rd number in the putput vector, etc.
Until you run out of numbers in the original vector.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers11
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15609 Solvers
-
2493 Solvers
-
Get the length of a given vector
11538 Solvers
-
159 Solvers
-
Change the first and last diagonal element of the identity matrix to zero
153 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!