Install matlab2018a under Ubuntu

If there are dependencies that cannot be installed, you can try the command: sudo apt --fix-broken installto solve this problem without specifying the package.

Reference: Ubuntu 16.04LTS install MATLAB 2014B

Download link: https://pan.baidu.com/s/1mrc5JxaM7ko-5xrAgRf5Vg Password: q2dd

I'm not familiar with Linux system, so I first unzip the isofiles and combine them in the same folder.

  • The folder extracted from the iso is likely to be read-only, so you must first add permissions to the folder.
sudo chmod a+w -R R2018a-glnxa64
  • Run the install in the R2018a-glnxa64 directory:

    sudo ./install

    Next, you only need to install the prompts step by step. The installation key is in MATLAB R2018a Linux64 Crackunder the folder readme.txt.

  • Install the patch

Copy MATLAB R2018a Linux64 Crackthe MATLAB Production Serverand R2018ato your installation path (the default path is /usr/local/MATLAB/).

  • activation

    cd /usr/local/MATLAB/R2018b/bin

    CrackSelect license_server.licor license_standalone.licin (corresponding to your installation key)

  • open matlab

sudo  /usr/local/MATLAB/R2018b/bin/matlab

/usr/local/MATLAB/R2018b/bin/corresponds to your installation path.

Ubuntu gives a more convenient startup method, we only need to install a small plugin:

sudo apt-get install matlab-support

After the installation is complete, just type in the terminal:

matlab

Now you can run matlab!

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325007926&siteId=291194637