Borrar filtros
Borrar filtros

Create new matrix through rolling window

1 visualización (últimos 30 días)
pavlos
pavlos el 14 de Jul. de 2019
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

Respuestas (0)

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by