Doesn't Matlab work on ubuntu 16.04?
Oh... I found answer myself:
You can force MATLAB to load the newer version of the library provided by the operating system, by following these instructions:
- Identify the location where MATLAB is installed.
- Navigate to the
sys/os/glnxa64
directory within this installation folder. - Rename
libstdc++.so.6
library tolibstdc++.so.6.old
.
I had this problem. but after I installed matlab-support the problem solved.
sudo apt-get install matlab-support
I answered my question here.