MATLAB: Matlab home doesn’t start due to licenseing error: -9,57

license error -9ubuntu 16.04user name

I just installed MatLab Home R2017a on Ubuntu 16.04 on my desktop. Activation was done as discribed in the Installation Guide. But when it comes to the point of entering the user name I entered my User-Id of the MATLAB account. – How can I fix it? – What exactly is the User-Name with Ubuntu? Only the account on the machine? Or the account @ machine name?

Best Answer

You can deactivate and activate again manually in terminal.
For deactivating, go to $MATLAB_INSTALL/bin and do
./deactivate_matlab.sh
where $MATLAB_INSTALL is installed directory of MATLAB.
Then, to activate again, do
./activate_matlab.sh
Username is just an account name of Ubuntu machine.