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

조회 수: 12 (최근 30일)
bsd
bsd 2012년 5월 3일
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에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by