Calculate covariance matrix for simple example
Afficher commentaires plus anciens
I have matrix such as
temp = [1 2 4 2 5; 100 300 200 600 100; 10 15 20 10 30]; %[A;B;C]
I want to calculate covariance of temp such that

the result should be
res = [2.7 -110 1.3; -110 43000 1.3; 13 -900 70]
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Probability Distributions and Hypothesis Tests dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!