Skip to content

Ubuntu Matlab 2013a Mex Issues

Travis Collins edited this page Jan 14, 2014 · 1 revision

Notes

sudo apt-get install g++-multilib

cd /opt/MATLAB/R2013a/sys/os/glnxa64

sudo mv libstdc++.so.6 libstdc++.so.6_org

sudo ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.17 libstdc++.so.6


Other stuff (ignore)

http://www.walkingrandomly.com/?p=1959

install gcc 4.4 and change mex config script for matlab

https://help.ubuntu.com/community/MATLAB

Clone this wiki locally