채택된 답변

Sam Chak
Sam Chak 2022년 6월 2일

2 개 추천

Corrected. Please check.
R = (sum((x-meanx).*(y-meany)))./(sqrt((sum((x-meanx).^2)).*(sum((y-meany).^2))))
r2 = R^2

추가 답변 (0개)

카테고리

질문:

LG
2022년 6월 2일

편집:

LG
2022년 6월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by