美文网首页
MATLAB ubuntu installation

MATLAB ubuntu installation

作者: EatTheRice | 来源:发表于2017-10-09 04:25 被阅读0次
  • Download the dvd iso files.

  • Make a directory for mounting the iso files


mkdir matlab_mount

  • Mount the iso file

sudo mount -o loop $PATHTOISO/XXXdvd1.iso matlab_mount/

  • Use install file to install

sudo ./matlab_mount/install

  • When it prompts you to insert the second DVD, mount the second iso to the same directory, and then press to continue

sudo mount -o loop $PATHTOISO/XXXdvd2.iso matlab_mount/

  • Follow the instruction and install/activate it. Unmount it using the command twice. And then remove the directory.

umount matlab_mount/

umount matlab_mount/

rm -r matlan_mount/

  • If you want to reactivate, go to the matlab directory and run the activate script.

相关文章

网友评论

      本文标题:MATLAB ubuntu installation

      本文链接:https://www.haomeiwen.com/subject/nnkuyxtx.html