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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!