how can i create sliding window matrix for a single column matrix

1 回表示 (過去 30 日間)
NN
NN 2021 年 4 月 30 日
回答済み: Walter Roberson 2021 年 5 月 3 日
HI ,
I have a single column matrix of a solar forecasted output.How can i create a sliding window of the required size of the same matrix
  1 件のコメント
Jonas
Jonas 2021 年 4 月 30 日
if you want to calculate something like mean or median with a sliding window, then have a look into movmedian() or movmean(). otherwise you have to clarify your question, do you want to save each window separately, how much do the windows overlap etc....

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2021 年 5 月 3 日

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by