Create new matrix through rolling window

1 次查看(过去 30 天)
Hello,
Please help me with the following:
Consider a matrix A 365x24.
I need to create different matrices that are formed in rolling window
approach:
For the element n of A, newmatrix 1 should include the previous 9 elements, i.e. elements
n-1
n-2
...
n-9
For element n+1 of A, newmatrix 2
n
n-1
...
n-8
For element n+2 of A, newmatrix 3
n+1
n
n-1
...
n-7
etc.
Thank you.
Best,
Pavlos

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrices and Arrays 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by