首页 > 系统服务 > 详细

install Matlab2016b on Ubuntu 14.04

时间:2016-12-15 07:32:46      阅读:457      评论:0      收藏:0      [点我收藏+]

From Download

Install

  • Run the installer as a super user
    • sudo ./install
  • Follow the instructions of the installer and install in /usr/local/MATLAB/R2014a
  • To add an entry to the launcher and some other features, install the matlab-support package:
    • sudo apt-get install matlab-support
  • During the installation you have to confirm the installation path of matlab and could restrict the installation only to certain users (which I did not require). In addition you could rename the GCC libraries, but I had no problems so far so I didn‘t deactivate those.
  • After completion, you have to change the ownership of the .matlab folder in the home folder to your own user account if you do not want to run Matlab as a super user.
    • cd ~ sudo chown username -R ~/.matlab

Now Matlab should also be launchable through unity and should work as intended.

source :https://help.ubuntu.com/communit...

install Matlab2016b on Ubuntu 14.04

原文:http://www.cnblogs.com/casperwin/p/6181801.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!