Average of Column in matlab.

2 次查看(过去 30 天)
Saki
Saki 2024-4-9
回答: Voss 2024-4-9
i have 131x324 matrix, how can i take the average of each 324 column which will give me 1 by 324 matrix?

采纳的回答

Voss
Voss 2024-4-9
avg = mean(M,1);
where M is your matrix.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Operating on Diagonal Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by