Notice
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- GMF2011
- 어플
- 익뮤
- 5800
- Narita
- Zaanse Schans
- Interlaken
- 프랑스
- BMW Museum
- 나리타 공항
- free i-sms
- 타워브릿지
- N5800
- BMW 박물관
- Paris
- Nell
- 바티칸
- 루브르
- london
- Amsterdam
- 카를교
- 융프라우
- Jekyll & Hyde
- 통신이론
- 프라하
- 베르사유 궁전
- i-sms
- 파리
- 노키아
- 프라하성
- Today
- 3
- Total
- 125,691
목록matlab 2011 (1)
기억
M-file을 실행 했을 때 Matlab이 연결이 안될 경우.
matlab을 실행 시킨 후, (default로 install을 했으면, C:\Program Files\MATLAB\R2011b\bin\matlab.exe) command window에 아래와 같이 입력한다. commandwindow; cwd=pwd; cd([matlabroot '\toolbox\matlab\winfun\private']); fileassoc('add','.m') ;cd(cwd); disp('Changed Windows file association. M-files are now associated with MATLAB.') 그러면 m-file이 matlab에 연동된다.
Tips
2012. 9. 5. 10:50