correlation and visualisation of data

how to do correlation between two columns and how to visualise the output data of correlation?

댓글 수: 2

Mathieu NOE
Mathieu NOE 2020년 12월 1일
help xcorr
sushanth vanamala
sushanth vanamala 2020년 12월 2일
what about visualisation ?

댓글을 달려면 로그인하십시오.

답변 (1개)

KSSV
KSSV 2020년 12월 2일

0 개 추천

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)

카테고리

질문:

2020년 12월 1일

답변:

2020년 12월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by