Azzera filtri
Azzera filtri

correlation and visualisation of data

1 visualizzazione (ultimi 30 giorni)
sushanth vanamala
sushanth vanamala il 1 Dic 2020
Risposto: KSSV il 2 Dic 2020
how to do correlation between two columns and how to visualise the output data of correlation?

Risposte (1)

KSSV
KSSV il 2 Dic 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)

Community Treasure Hunt

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

Start Hunting!

Translated by