correlation and visualisation of data
Afficher commentaires plus anciens
how to do correlation between two columns and how to visualise the output data of correlation?
Réponses (1)
KSSV
le 2 Déc 2020
The corellation is a single number...to get it you can use xcorr. If you insist on plotting have a look on plotregression.
If (x,y) are your column data, then use:
plotregression(x,y)
Catégories
En savoir plus sur Correlation and Convolution 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!