correlation and visualisation of data
이전 댓글 표시
how to do correlation between two columns and how to visualise the output data of correlation?
답변 (1개)
KSSV
2020년 12월 2일
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)
카테고리
도움말 센터 및 File Exchange에서 Correlation and Convolution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!