Using movmean to calculate mean of first and last element in array
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
sr9497
el 22 de Mzo. de 2022
Comentada: Ive J
el 22 de Mzo. de 2022
I have an array [1 5 8 10] and using movmean with window length [0 1] this gives me [3 6.5 9 10]. Is there a way in which I can use movmean to calculate the mean of 10 and 1 as well and add that in the fourth position of the array?
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Matrices and Arrays 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!