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
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.
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.
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.
Restarting Matlab solved the problem for me.