MATLAB 帮助中心
本页翻译不是最新的。点击此处可查看最新英文版本。
从工程启动列表中删除启动文件
removeStartupFile(proj,file)
removeStartupFile(proj,file) 从指定工程的启动列表中删除指定的启动文件。
proj
file
示例
全部折叠
打开 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 从当前加载的工程创建一个工程对象。
要删除的文件的路径(包括文件扩展名),指定为字符向量或字符串标量。指定相对于工程根文件夹的路径。文件夹必须在根文件夹中。
在 R2019a 中推出
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 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处