Correlation Coeff of matrices
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
So I had to create 3 normal distribution matrices of size [1,1000]: x1=normrnd(0,1,[1,1000]) x2=normrnd(0,1,[1,1000]) x3= x1+x2 I made a scatterplot of x1 and x3 but now I have to find the correlation coefficients of x1 and x3. I tried doing corrcoef(x1) and corrcoef(x3) but I either get all 0's or all 1's. Are there different ways of calculating correlation coefficients of matrices?
0 Kommentare
Antworten (1)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!