suppose that we have some vector y in matlab and let us suppose that there is such linear relationship between values of y
of course first vector can be easily implemented by
y(L:N-1), but related to matrix, we dont have index y[0] in matlab, so how can i solve this issue? there is another picture
should i use index y1 and instead of index y(l-1),start from y(l)?