zoukankan      html  css  js  c++  java
  • centos installation of matlab R2015b

    the source of installation is in the website:

    http://blog.csdn.net/hejunqing14/article/details/50265049

    After downloading:

    copy this *.iso file into /home.

    $ cd /home

    $ sudo mount -o loop R2015b_glnxa64.iso /mnt/tmp

    Then, 

    $cd /mnt/tmp

    $sudo ./install

    During the installation, "use a file installaion key":31095-30030-55416-47440-21946-54205

    Next,

    $ sudo cp /[Your crack directory]/Matlab_R2015b/Matlab_2015b_Linux64_Crack/R2015b/bin/glnxa64/* /usr/local/MATLAB/R2015b/bin/glnxa64

    Then,

    $sudo nautilus

    change your folder into /usr/local/MATLAB/R2015b/bin

    $./matlab

    select the *lic , 

    https://pan.baidu.com/s/1nz-cXKOmzavcPLFgrdpPTA

    The end of installation!

    add a quick link in desktop:

    $

     $ gedit Matlab_2015b.desktop
    and the content is:
    [Desktop Entry]
    Name=Matlab 2015b
    Exec=/usr/local/MATLAB/R2015b/bin/matlab -desktop
    Icon=/home/zyj/Documents/MATLAB/matlab.png
    Type=Application
    Name[zh_CN]=Matlab_2015b
    
    Then put this file on the desktop, and you have the quicklink to matlab.
  • 相关阅读:
    CPU 上下文切换是什么
    Linux性能优化实战
    JavaScript 概述
    最全前端资源汇总
    zabbix 源码安装
    单例
    php防止sql注入
    python 多进程读写文件
    python twisted异步将数据导入到数据库中
    scrapy-splash常用设置
  • 原文地址:https://www.cnblogs.com/seisjun/p/8553490.html
Copyright © 2011-2022 走看看