How to find correlation coefficient between two global maps

1 回表示 (過去 30 日間)
Melissa
Melissa 2015 年 5 月 15 日
コメント済み: Melissa 2015 年 5 月 17 日
Hello,
I have two global datasets of dimensions 288(longitude) x192(latitude)
I would like to calculate the correlation coefficient between the two of these global spreads
When use corrcoef(A,B) I just get a matrix of NaN's
Is there another command I should use?
Thanks,
Melissa

採用された回答

Walter Roberson
Walter Roberson 2015 年 5 月 16 日
Were all of the results NaN or only some of them?
If all of the results were NaN, then each of the two matrices A and B consisted of identical values (identical within the individual matrix).
If one of the entries was 1 and the other three were NaN, then if the 1 was in the upper left then A had at least two distinct entries, and if the 1 was in the lower right then B had at least two distinct entries.
  1 件のコメント
Melissa
Melissa 2015 年 5 月 17 日
yes, all of the results were NaN. However, when I look at the two matrixes, I the values are not identical. Why else would it still be NaN?

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCorrelation and Convolution についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by