how can i create sliding window matrix for a single column matrix
2 次查看(过去 30 天)
显示 更早的评论
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
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....
采纳的回答
更多回答(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!