フィルターのクリア

Create new matrix through rolling window

1 回表示 (過去 30 日間)
pavlos
pavlos 2019 年 7 月 14 日
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 Center および File ExchangeMatrices and Arrays についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by