MATLAB: Funtion to get 9th term in an array

countcreate codeevery nth termnthterm

So I have been trying to create a code that gives every nth term if an array but I am very new to Matlab an can't seem to figure it out. Can anyone help please?

Best Answer

A(1:9:end)