|
|
Re: associating .m files with matlab
Posted:
Mar 6, 2011 6:21 AM
|
|
I think that is the first thing everyone with this problem tries, sadly it does not work in this case.
"Muhammad Tauha Ali" <tauha15@hotmail.com> wrote in message <ikvpqs$d6u$1@fred.mathworks.com>... > Easy Solution: > > copy and paste this in the 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.') > > it's mentioned on: > http://www.mathworks.com/help/techdoc/matlab_env/rmvd_matlablink__14.html
|
|