how to caculate covariance matrix?

1 回表示 (過去 30 日間)
bay rem
bay rem 2015 年 12 月 10 日
コメント済み: Walter Roberson 2015 年 12 月 10 日
i tried to calculate covariance of matrix but an error appeared:
here is my matrix (3*3):
m=
26 197 27 197 28 197
26 196 27 196 28 196
26 195 27 195 28 195
where(26,197) describe piwel's position
and this is the error:
Error using bsxfun
Mixed integer class inputs are not supported.
Error in cov (line 154)
xc = bsxfun(@minus,x,sum(x,1)/m); % Remove mean
Error in fourptm (line 155)
c=cov(m)

採用された回答

Walter Roberson
Walter Roberson 2015 年 12 月 10 日
cov(double(m))
  2 件のコメント
bay rem
bay rem 2015 年 12 月 10 日
thank you so much i already tried it, but Is it right to find such result:
0 0 0 0 0 0
0 1 0 1 0 1
0 0 0 0 0 0
0 1 0 1 0 1
0 0 0 0 0 0
0 1 0 1 0 1
Walter Roberson
Walter Roberson 2015 年 12 月 10 日
Yes.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by