how to find the variance of each row in a matrix?

11 次查看(过去 30 天)
Hai,
The function var(X) finds the variance of each column, when X is a matrix. But, I need to find the variance of each row, when X is a matrix. How could I do this in matlab?
Looking for your reply.
BSD

回答(2 个)

Andrei Bobrov
Andrei Bobrov 2012-5-3
out = var(X.').'

Thomas
Thomas 2012-5-3

类别

Help CenterFile Exchange 中查找有关 Numeric Types 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by