MATLAB: Unfamiliar Vector Index Notation

vector indexing

I recently encountered code that addresses a vector as V(a:b:c). Not sure what this does. I am used to V(a:b).

Best Answer