如何使用matlab计算得到相关性矩阵?

x = randn(6,1);
y = randn(6,1);
A = [x y 2*y+3];
R = corrcoef(A);

如何保存mat文件

posted @ 2022-03-31 16:44  bH1pJ  阅读(141)  评论(0编辑  收藏  举报