글번호
2304340
일 자
10.04.08
조회수
876
글쓴이
수리과학연구소
MathSW@ims (matlab/maple/mathematica/pv-wave/avizo) 사용법

수리과학연구소 계산서버(Scicomp.ewha.ac.kr)에 설치된 프로그램 사용법입니다.

-
1. Matlab (both on scicomp0 & 1)

실행 명령: matlab (Desktop Version) / matlab -nodesktop
종료 명령: exit / exit
License : Individual(Non-Concurrent) + 2 User-ToolBox (Para/Opt/PDE)

Example)
x=linspace(-pi, pi, 100);  (Enter key)
y=sin(x); (Enter key)
plot(x,y) (Enter key)
-> 팝업 창에 y=sin(x) 의 그래프가 나타납니다.
-
2. Maple (only on scicomp0)

실행 명령: xmaple (Window Version) / maple (Text Version)
종료 명령: File -> Exit / quit;
License : Non-Concurrent

Example1) Window Version
2x-9 입력
마우스 오른쪽 버튼 클릭 후 ’Plots/2-D Plot’ 선택
2x-9의 그래프가 나타납니다.

Example2) Text Version
plot( sin(x), x=-10 ..10 ); (Enter key)
-> [-10, 10]구간에서의 y=sin(x) 의 그래프가 나타납니다.

3. Mathematica (only on scicomp0)

실행 명령: mathematica(Window Version) / math(Text Version)
종료 명령:  Quit
License : Non-Concurrent

1) 실행을 위해서 폰트 디렉토리 3개를 복사해야 합니다. (Window Version 실행 시 필요)
복사할 디렉토리: /usr/local/Wolfram/Mathematica/7.0/SystemFiles/Fonts/Type1
                 /usr/local/Wolfram/Mathematica/7.0/SystemFiles/Fonts/AFM
                 /usr/local/Wolfram/Mathematica/7.0/SystemFiles/Fonts/BDF
디렉토리들을 저장해야할 디렉토리: C:\Program Files\Xming\fonts

2) 실행을 위해서 라이센스 파일을 복사해야 합니다. (두가지 Version 모두 실행 시 필요)
라이센스 파일 위치: 홈페이지 [연구원전용게시판]
복사해서 저장해야 할 폴더 : ~(사용자 아이디)/.Mathematica/Licensing

Example1) Window Version
Plot[Sin[x], {x, 0, 4 Pi}] (Shift + Enter key)
-> y=exp(x) 의 그래프가 나타납니다.

Example2) Text Version
Plot[Sin[x], {x,0,4 Pi}] (Enter key)
-Graphics- (출력값, 그래프틑 나타나지 않음)


4. PV-Wave3

실행 명령: source /usr/local/vni/wave/bin/wvsetup; wave -64
종료 명령: exit / quit
License : Node-Locked (working on both node0 & node1)

Example)
x=[INDGEN(9)]
y=exp(x);
plot, x, y
-> y=exp(x) 의 그래프가 나타납니다.
-
5. Avizo (only on scicomp0)

실행 명령: Avizo -mesa
종료 명령: File -> Quit

Example)
-File -> Open Data -> teddybear000.jpg~teddybear061.jpg 동시 선택
-Voxel Size : 3개 모두 1입력
-teddybear000.jpg 위에 마우스를 대고 오른버튼을 누르면 옵션이 뜬다.
BoundingBox와 OrthoSlice를 차례로 선택한다.
-결과:  teddybear000의 이미지가 보여진다.
-
6. Magma (both on scicomp0 & 1)

실행 명령: magma
종료 명령: quit;

Example)
> 123456789 * 987654321;
121932631112635269
> exit;

-


 
다음글 [3월27일-29일] 중점연구소 성과전시회(3D 동물 모형 제작)
이전글 Xming (Xserver 프로그램) 설치 및 사용법