I can not run it after installing MATLAB.

I installed a version of MATLAB r2014b using a university license.
In the MATLAB / r2014b / bin directory, the following error occurs when i enter ./matlab syntax. How can I fix it?

Answers (1)

You found license error 96. It means you MATLAB cannot contact to the license server. There is network.lic file in $MATLAB_INSTALL/licenses.
Open the file the license server information is written.
SERVER SERVER_HOST SERVER_ID 27000
USE_SERVER
Note: SERVER_HOST, SERVER_ID and 2700 will be different in your network.lic.
Please confirm your machine can ping to the SERVER_HOST. For detail, please see this answer.

Asked:

on 5 Sep 2017

Answered:

on 9 Sep 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!