how can i create sliding window matrix for a single column matrix
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
NN
el 30 de Abr. de 2021
Respondida: Walter Roberson
el 3 de Mayo de 2021
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 comentario
Jonas
el 30 de Abr. de 2021
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....
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical 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!