#title Octave-PMTK3 Trouble Shooting [[TableOfContents]] ==== PMTK3 초기화시 error: 'verLessThan' undefined near line 56 column 6 ==== 버전 체크하는 것 같은데, 걍 주석처리 {{{ %% include graphViz %%if ~verLessThan('matlab', '7.6.0') gvizDir = getConfigValue('PMTKgvizPath'); if exist(gvizDir, 'dir') addtosystempath(gvizDir); fprintf('adding %s to path\n', gvizDir); end %%end }}} ==== VirtualAlloc pointer is null, Win32 error 487 에러 ==== --출처: http://sijoo.tistory.com/253 --출처: http://support.code-red-tech.com/CodeRedWiki/VirtualAllocPointerNull [attachment:VirtualAlloc/msys-1.0.zip msys-1.0.dll] 파일을 bin 폴더에 덮어 씌워라.