• 大小: 14KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-01
  • 语言: Matlab
  • 标签: MATLAB  

资源简介

该程序可google下载,程序用于创建注册表,将MATLAB软件和.mat、.m等文件关联。

资源截图

代码片段和文件信息

function associateFiles(action userExtList fileStr)

% associateFiles(action extList fileStr)
%
% Makes a registry files that can be used to set correct file associantions on
% a windows platform. The following MATLAB file extensions are supported:
% .m .mat .fig .mexw32 .mexw64 .p .mdl .mdlp .slx .mldatx .req
% .sldd .slddc .slxp .sltx .mn .mu .muphlp .xvc .xvz .ssc .mlapp
% .mlappinstall .mltbx .mlpkginstall .mlprj
%
% INPUT:
% action  - optional string. 
%           * ‘add‘ (default) adds/rewrites the MATLAB file association registry
%              keys for this version.
%           * ‘delete‘ deletes the MATLAB file association registry entries for
%              ALL versions of MATLAB (including “old style“ ones)
%           * ‘deleteadd‘ i

评论

共有 条评论