Borrar filtros
Borrar filtros

Average of Column in matlab.

2 visualizaciones (últimos 30 días)
Saki
Saki el 9 de Abr. de 2024
Respondida: Voss el 9 de Abr. de 2024
i have 131x324 matrix, how can i take the average of each 324 column which will give me 1 by 324 matrix?

Respuesta aceptada

Voss
Voss el 9 de Abr. de 2024
avg = mean(M,1);
where M is your matrix.

Más respuestas (0)

Categorías

Más información sobre Operating on Diagonal Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by