Hi,

I would like to reduce a vector with 9 component to have only 7, throwing away the first and the last and keeping te rest, so that:
new_vector[0]=old_vector[1]
new_vector[1]=old_vector[2]...