MatLab error: cannot open with static TLS

前端 未结 10 1748
野趣味
野趣味 2020-12-02 05:38

Since a couple of days, I constantly receive the same error while using MATLAB which happens at some point with dlopen. I am pretty new to MATLAB, and that is w

相关标签:
10条回答
  • 2020-12-02 06:34

    long story short: in the directory that you start matlab from create a file startup.m with content ones(10)*ones(10);. Restart matlab and it will be taken care of.

    0 讨论(0)
  • 2020-12-02 06:35

    I had the same problem and solved it by increasing my Java Heap memory. Go to Preferences > General > Java-Heap Memory, and increase the allocated memory.

    0 讨论(0)
  • 2020-12-02 06:37

    I came across this problem after "bar" (for bar plots) with a an array gives me just a single blue block, with no errors thrown. Reboot at first solved the problem. But after a memory error (after processing a very large file), I just cannot get past this blue block problem.

    Using "hist" on a matrix input gives me the "BLAS loading error" problem and led me to this thread. The Mathwork workaround fixed the hist and bar problems.

    Just wanted to bring recognition to the extent of this bug's influence.

    0 讨论(0)
  • 2020-12-02 06:38

    Restarting Matlab solved the problem for me.

    0 讨论(0)
提交回复
热议问题