corrcoef 함수 적용이 안돼요
2 views (last 30 days)
Show older comments
corrcoef 함수를 사용하면 결과값이 어떤 값을 집어넣어도 NaN만 나와요.
다른 컴퓨터에서 실행하면 되는데 제 노트북에서만 안되는것 같아요.
MATLAB 프로그램을 새로 설치도 해보고 설치할 때 모든 Toolbox를 설치했는데도 불구하고 corrcoef 함수를 사용하면 NaN만 나와요.
0 Comments
Answers (1)
Jemima Pulipati
on 19 Oct 2020
Edited: Jemima Pulipati
on 19 Oct 2020
The following answers in the community might be of relevance to you.
You can try to exclude any NaN's (if present) in your data while computing the correlation coefficients of the data.
0 Comments
See Also
Categories
Find more on 상관관계와 컨벌루션 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!