Is there an easy way to extract every nth element of a vector in MATLAB? Say we have
x = linspace(1,10,10);
Is there a command something like
y = nth(x,3)
so that y = 3 6 9?
Cheers!
|
Is there an easy way to extract every nth element of a vector in MATLAB? Say we have
Is there a command something like
so that Cheers! |
|||
|
|