MATLAB file association problem
이걸 커맨드라인에 쳐 넣으면 해결!commandwindow; cwd=pwd; cd([matlabroot '\toolbox\matlab\winfun\private']); fileassoc('add',{'.m','.mat','.fig','.p','.mdl',['.' mexext]}); cd(cwd); disp('Changed Windows file associations. FIG, M, MAT, MDL, MEX, and P files are now associated with MATLAB.')
스크랩/유용한
2012. 3. 24. 12:40