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
matlab.project.example.timesTable 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
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
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