MATLAB Startup Error: no write permission - Ask Ubuntu
i installed matlab in ubuntu 14.04. when starting it, error occurred shown. says there no write permission.
this can happen if ~/.matlab
directory owned root. make owner of directory:
sudo chown -r $user: ~/.matlab
this useful if have tried launch matlab sudo
or straight install.
reference: matlab not starting on unix/linux
Comments
Post a Comment