필터 지우기
필터 지우기

Why I got this error message when I run correlation analysis?

조회 수: 1 (최근 30일)
Jinah Lee
Jinah Lee 2017년 3월 18일
댓글: Walter Roberson 2017년 3월 18일
I got error message below, when I ran correlation analysis. Could someone tell me why I got this error message? Thanks a lot!
BLAS loading error:
Error in cov (line 156)
c = (xc' * xc) ./ denom;
Error in corrcoef>correl (line 203)
r = cov(x);
Error in corrcoef (line 86)
r = correl(x);
  댓글 수: 2
dpb
dpb 2017년 3월 18일
Not I, sorry. Looks like an internal error in the BLAS library routines, maybe; never seen that error message before.
Post a sample that reproduces the problem so folks here can try it; which version may be significant.
Can you succeed with corrcoef on any input? What about the example in the doc's?
Walter Roberson
Walter Roberson 2017년 3월 18일
Which version of MATLAB are you using? Which operating system are you using? Which exact CPU do you have?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Correlation and Convolution에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by