Matlab File Association

Embed Size (px)

Citation preview

  • 7/21/2019 Matlab File Association

    1/1

    cwd=pwd;cd([matlabroot '\mcr\toolbox\matlab\winfun\private']);fileassoc('add',{'.m', '.mat', '.fig', '.p', '.mexw64', '.mlapp', '.mltbx', '.mldatx', '.req', '.mlappinstall', '.mlpkginstall', '.mdlp', '.slxp', '.mdl', '.slx', '.sltx', '.ssc', '.mn', '.mu', '.muphlp', '.xvc', '.xvz', '.sldd', '.slddc',['.' mexext]});cd(cwd);disp('Windows file associations changed. M, MAT, FIG, P, MEXW64, MLAPP, MLTBX, MLDATX, REQ, MLAPPINSTALL, MLPKGINSTALL, MDLP, SLXP, MDL, SLX, SLTX, SSC, MN, MU,MUPHLP, XVC, XVZ, SLDD & SLDDC files are now associated with MATLAB.')