Matlab2011 .M文件如何把默认打开方式设成editor,是双击.M文件editor直接打开matlab主程序不打开的情况!

2024-11-05 05:40:53
推荐回答(4个)
回答(1):

对MATLAB相关文件,建立重新关联即可。
在MATLAB命令窗口执行如下命令,即可把默认打开方式设成editor。
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.')

回答(2):

按住ALT双击此文件打开文件属性(或是右键-属性)在打开方式后面的更改按钮里面更改打开方式来创建文件关联

回答(3):

同问,等答案

回答(4):

有些有转文件格式的应用系统你去查查看会有可能有