What is an LAPACK loading error when using polyfit?

조회 수: 7 (최근 30일)
Susan
Susan 2014년 2월 19일
답변: Steven Lord 2023년 2월 2일
I'm trying to run a simple polyfit command and I get the following error:
Error using gr;
LAPACK loading error;
dlopen cannot load any more object with static TLS;
I'm using R2013b on a RedHat 6 linux machine.
Anyone know what's going on?
Thanks!
Susan

답변 (2개)

Praveen Palanisamy
Praveen Palanisamy 2015년 2월 12일
Hi Susan,
This is known to be a problem in some 64 bit Linux environments when Matlab does not load all necessary libraries at startup. In case you haven't solved the problem yet or for those facing the same issue, here is the solution that has been known to work: Create a startup.m script with the following content:
ones(10)*rand(10);
Place the script in the directory from where you launch matlab.This will force matlab to load the necessary library files and you should no longer face the problem.
  댓글 수: 1
Bohao
Bohao 2023년 2월 2일
I used this but it did not work. Do you know any reason?

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


Steven Lord
Steven Lord 2023년 2월 2일
There are two Bug Reports that look potentially relevant to this situation. One was fixed in release R2014b and the other in release R2016a so you may want to try upgrading to release R2016a or later.

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by