MATLAB 帮助中心
从工程启动文件中删除文件
removeStartupFile(proj,files)
removeStartupFile(proj,files) 从指定工程的启动文件中删除指定文件。
proj
files
示例
全部折叠
打开 Times Table App 工程。使用 currentProject 从当前加载的工程创建一个工程对象。
currentProject
openExample("matlab/TimesTableProjectExample") proj = currentProject;
通过使 runTimesTable.m 文件成为启动文件,即可在工程打开时自动运行 TimesTable App。
runTimesTable.m
TimesTable
filepath = fullfile("utilities","runTheseTests.m"); addStartupFile(proj,filepath);
删除该启动文件。当工程打开时,该 App 不再自动运行。
removeStartupFile(proj, filepath);
matlab.project.Project
工程,指定为 matlab.project.Project 对象。使用 currentProject 从当前加载的工程创建一个工程对象。
要从启动中删除的文件的路径,指定为字符串数组或字符向量元胞数组。
全部展开
从 R2025a 开始,removeStartupFile 函数支持一步从工程启动中删除多个文件。
removeStartupFile
currentProject | openProject | removeShutdownFile | addStartupFile
openProject
removeShutdownFile
addStartupFile
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处