Help CenterHelp Center
Update project dependencies
Since R2019a
updateDependencies(proj)
example
updateDependencies(proj) runs a dependency analysis on the specified project to update the known dependencies between project files.
proj
collapse all
Open the Times Table App project. Use currentProject to create a project object from the currently loaded project.
currentProject
openExample("matlab/TimesTableProjectExample") proj = currentProject;
Update the project dependencies
updateDependencies(proj);
Get the files required by the timestable.mlapp project file.
timestable.mlapp
g = proj.Dependencies; requiredFiles = bfsearch(g, which("source/timestable.mlapp"))
requiredFiles = 2×1 cell array {'C:\myProjects\examples\TimesTableApp\source\timestable.mlapp'} {'C:\myProjects\examples\TimesTableApp\source\timesTableGame.m'}
matlab.project.Project
Project, specified as a matlab.project.Project object. Use currentProject to create a project object from the currently loaded project.
Introduced in R2019a
currentProject | openProject
openProject
Sie haben auf einen Link geklickt, der diesem MATLAB-Befehl entspricht:
Führen Sie den Befehl durch Eingabe in das MATLAB-Befehlsfenster aus. Webbrowser unterstützen keine MATLAB-Befehle.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office