visual studio 콘솔 console 창 만들기 AllocConsole 함수를 이용해서 만들면 printf 시 한글이 안나오는 경우가 생깁니다. AllocConsole 대신 #pragma comment(linker, "/entry:WinMainCRTStartup /subsystem:console") 를 사용하면 됩니다. libsvm 사용시 lib 파일 생성하기 from def 파일 참조 블로그: http://blog.naver.com/PostView.nhn?blogId=psychoria&logNo=40131781330 libsvm 사용하려고 보면 lib 파일이 없습니다. 대신 def 파일만 있는데요. def 파일에서 lib 파일을 만들어서 사용하면 됩니다. 위 참조 블로그에서처럼 command line 에서 lib /def:svm.def /machine:x86 해주면 됩니다. 테스트 결과 잘 동작하네요. vim 초기셋팅 set nu syntax on set autoindent set smartindent set ts=4 set nobackup filetype on colorscheme koehler Matlab help doc 에서 글자가 깨질경우 Matlab help 윈도우에서 글자가 이상하게 나오는 경우가 있다. 인코딩 문제인지 무슨 문제인지 이상한 꼬부랑 글자가 나온다. 비슷한 문제를 문의하신 분도 있다. http://www.mathworks.it/matlabcentral/answers/3312-encoding-problem-with-matlab-help-documents 같이 올려주신 문제 상황: http://twitpic.com/49zw6z 해결법은 Matlab 환경설정에 들어가서 Fonts > Custom 에 HTML Prop~ Text 부분에서 글꼴과 사이즈를 이리저리 바꿔보는 것이다. 한글 폰트를 안쓴다고 되는 것은 아니었고... 나의 경우에는 폰트 사이즈를 바꾸니 help 가 제대로 나왔다. Matlab install 오류 (Error finding installer class) 오늘 matlab 새로 설치하다가 생긴 오류입니다. "Error finding installer class" 관련 자료를 찾아보니 temp 디렉토리 경로에 한글이 들어가 있으면 안된다네요. 윈도우 환경변수설정에 들어가서 tmp, temp 부분을 바꿔주면 됩니다. tmp 경로가 한글 계정이름 아래에 잡히는 경우가 많으니 확인봐야 합니다. 참고링크: http://www.mathworks.com/support/solutions/en/data/1-11VD0Z/index.html?product=ML&solution=1-11VD0Z 이전 1 2 3 4 다음