首頁 > 軟體

CentOS x64上Matlab R2015b的映象安裝方法與解除安裝

2020-06-16 17:49:58

CentOS x64上Matlab R2015b的映象安裝方法與解除安裝

0. 原料

(1). CentOS_x64系統 CentOS 2.6.32-573.el6.x86_64

(2). Matlab R2015b_glnxa64.iso 及相關檔案可從以下資訊的得到下載:

------------------------------------------分割線------------------------------------------

點選這個http://www.linuxidc.com/Linux/2013-12/93755.htm 連結關注 Linux公社官方微信,關注後回復數位142290。即可得到網友的分享密碼。

如果取消關注Linux公社公眾號,即使再次關注,也將無法提供本服務!

連結:http://pan.baidu.com/s/1slycB6H  密碼:獲得見上面的方法,地址失效請在下面留言。

------------------------------------------分割線------------------------------------------

1. CentOS/Linux 安裝MATLAB

(0). Matlab的安裝說明readme.txt,全文摘抄如下(可略過)。

I offer two modes of installation:

1) standalone:
- Install choosing the option "Use a File Installation Key" and supply the following FIK
 aaaaa-bbbbb-ccccc-ddddd-eeeee-xxxxx
- To install Matlab Production Server,using this
 aaaaa-bbbbb-ccccc-ddddd-eeeee
- Use license_standalone.lic to activate,
  or make a "licenses" folder in %installdir% and copy license_standalone.lic to it,and run matlab without activation
- after the installation finishes copy the folders to %installdir% to overwriting the originally installed files

2) floating license (network license server):
- Install choosing the option "Use a File Installation Key" and supply the following FIK
 aaaaa-bbbbb-ccccc-ddddd-eeeee-fffff
- To install Matlab Production Server,using this
 aaaaa-bbbbb-ccccc-ddddd-eeeee
- Use license_server.lic when asked
- after the installation finishes copy the folders to %installdir% to overwriting the originally installed files

(1). 掛載ISO映象檔案

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

(2). 執行安裝過程,選擇不聯網安裝,序列號在~/crack/readme.txt檔案中。


$ cd /mnt/tmp
$ sudo ./install

(3). 安裝完畢,採用不聯網啟用,找到相應的啟用檔案*.lic,並且將~/crack/bin/中的檔案複製到~/MATLAB/Rxxxx/bin中。

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

(4). 解除安裝ISO映象。

$ sudo umount /mnt/tmp

(5). 新增桌面快捷方式。

新建一個桌面組態檔,檔名為Matab_2015b.desktop: $ gedit Matlab_2015b.desktop ,其內容如下:

[Desktop Entry]
Name=Matlab 2015b
Exec=/usr/local/MATLAB/R2015b/bin/matlab -desktop
Icon=/home/She/Documents/MATLAB/matlab.png
Type=Application
Name[zh_CN]=Matlab_2015b

紅色字型是圖示檔案的絕對路徑,請修改到它所在的正確位置。

把這個桌面組態檔複製到桌面,即可在桌面得到一個Matlab啟動的快捷方式;如果將它複製到/usr/share/applications,則得到主面板選單欄的快捷方式。

$ cp Matlab_2015b.desktop /home/She/桌面
$ sudo cp Matlab_2015b.desktop /usr/share/applications

安裝完畢,單擊桌面上的快捷方式,試試能不能用吧?Happy Matlab!

2. CentOS/Linux 解除安裝MATLAB

$ sudo rm -rf /usr/local/MATLAB/R2014b
$ sudo rm /usr/local/bin/matlab /usr/local/bin/mcc /usr/local/bin/mex /usr/local/bin/mbuild # 僅供參考,這些檔案可能不存在

Ubuntu Server上安裝Matlab http://www.linuxidc.com/Linux/2014-09/106242.htm

Matlab與C/C++聯合程式設計之從Matlab呼叫C/C++程式碼 http://www.linuxidc.com/Linux/2012-08/68148.htm

二分類SVM方法Matlab實現 http://www.linuxidc.com/Linux/2013-05/84050.htm

Matlab中的取整函數fix, floor, ceil與round http://www.linuxidc.com/Linux/2013-10/91161.htm

Matlab編譯cuda的.cu檔案 http://www.linuxidc.com/Linux/2014-04/100675.htm

Linux Matlab伺服器進一步改造成Application Server(應用程式伺服器) http://www.linuxidc.com/Linux/2014-09/106340.htm

本文永久更新連結地址http://www.linuxidc.com/Linux/2015-11/125153.htm


IT145.com E-mail:sddin#qq.com