matlab 7 r14 linux 64비트 설치 (matlab, 리눅스)

1. 당나귀에서 Matlab 7 14 Linux용 CD와 licence파일을 구한다.

Licence파일에는 license.dat와 license.lic파일이 있다.

2. 설치할 matlab 디렉토리를 정한다.
이를 간단히 $MATLAB_HOME이라고 부르자.

3. $MATLAB_HOME/etc에 license.dat와 license.lic파일을 카피한다.

* 이 절차가 빠지면 이후에 license문제가 발생한다.

3. 이제 CD1을 마운트 시키고 install명령을 실행한다.

>sudo mount -o loop -t iso9660 /media/ISO

> /media/ISO/install -glnx86 -nocp -t

** 다운로드 받은 일부 MATLAB CD에서는 64비트 모드가 지원이 안되는 경우가 있다.
이 경우에는 -glnx86 옵션을 줘서 32비트 모드로 설치를 강제해야 한다.

4. 설치를 계속 진행하면 CD2, CD3으로 교체하라는 메시지가 나올 것이다.
그때마다 CD2, CD3를 바꿔서 Contiue한다.

5. 설치 완료
…..
Installing Signal Processing Blockset for Linux (x86) …
Installing Simulink for All …
Installing Simulink for Linux (x86) …
Installing Signal Processing Blockset for All …
Installing Communications Blockset for All …
Installing Real-Time Workshop for All …
Installing Stateflow for All …
Installing Stateflow for Linux (x86) …
Installing Simulink Control Design for All …
Installing Real-Time Workshop for Linux (x86) …
Installing Communications Blockset for Linux (x86) …
Installing Simulink Fixed Point for All …
Installing CDMA Reference Blockset for All …
Installing CDMA Reference Blockset for Linux (x86) …
Building & updating product files, please wait…
Installation 100% complete.

The MATLAB installer program is finished.

You are licensed for one or more products that are not on
this set of CDs but are available from www.mathworks.com.
Visit www.mathworks.com to download products that are only
available at The MathWorks Web site.

6. MATLAB을 실행한다.

./matlab -nodesktop -glnx86

* 이때 x86옵션은 설치 단계에서 64비트 모드로 하지 않았을 경우에 사용한다.

아래는 테스트 화면이다.
< M A T L A B >
Copyright 1984-2004 The MathWorks, Inc.
Version 7.0.0.19901 (R14)
May 06, 2004

To get started, type one of these: helpwin, helpdesk, or demo.
For product information, visit www.mathworks.com.

>> A = [1 2 3]

A =

1 2 3

>> A * 2

ans =

2 4 6

====> 기타 X환경에서 설치 참조
http://linuxexpert.wordpress.com/2007/06/18/how-to-install-matlab-7-r14-for-linux/

서진우

슈퍼컴퓨팅 전문 기업 클루닉스/ 상무(기술이사)/ 정보시스템감리사/ 시스존 블로그 운영자

You may also like...

페이스북/트위트/구글 계정으로 댓글 가능합니다.