Main Content

Projects

Organize large projects by managing and sharing files and settings, finding required files, and interacting with source control

Projects can help you organize your work and collaborate. Use projects to find files required to run your code, manage and share files and settings, and interact with source control. For more information about projects, see Create Projects and watch Using Projects to Collaborate, Track, and Merge Changes and Perform Code Reviews (4 min, 50 sec).

Not all Projects functionalities are available in MATLAB® Online™.

Funktionen

alle erweitern

currentProjectGet current project (Seit R2019a)
openProjectLoad an existing project (Seit R2019a)
isLoadedDetermine if project is loaded (Seit R2019a)
reloadReload project (Seit R2019a)
closeClose project (Seit R2019a)
exportExport project to archive (Seit R2019a)
matlab.project.extractProjectExtract project from archive (Seit R2022b)
matlab.project.createProjectCreate blank project (Seit R2019a)
matlab.project.convertDefinitionFilesChange definition file type of project (Seit R2020b)
matlab.project.deleteProjectStop folder management and delete project definition files (Seit R2019b)
matlab.project.loadProjectLoad project (Seit R2019a)
matlab.project.rootProjectGet root project (Seit R2019a)
addFileAdd file or folder to project (Seit R2019a)
addFolderIncludingChildFilesAdd folder and child files to project (Seit R2019a)
removeFileRemove file or folder from project (Seit R2019a)
addPathAdd folder to project path (Seit R2019a)
removePathRemove folder from project path (Seit R2019a)
addReferenceAdd referenced project to project (Seit R2019a)
listAllProjectReferencesList all projects in reference hierarchy of current project (Seit R2021a)
removeReferenceRemove project reference (Seit R2019a)
addStartupFileAdd startup file to project (Seit R2019a)
addShutdownFileAdd shutdown file to project (Seit R2019a)
removeStartupFileRemove startup file from project startup list (Seit R2019a)
removeShutdownFileRemove shutdown file from project shutdown list (Seit R2019a)
addShortcutAdd shortcut to project (Seit R2019a)
removeShortcutRemove shortcut from project (Seit R2019a)
addLabelAttach label to project file (Seit R2019a)
createLabelCreate project label (Seit R2019a)
removeLabelRemove label from project (Seit R2019a)
findLabelGet project file label (Seit R2019a)
createCategoryCreate category of project labels (Seit R2019a)
findCategoryFind project category of labels (Seit R2019a)
removeCategoryRemove project category of labels (Seit R2019a)
findFileFind project file by name (Seit R2019a)
listModifiedFilesList modified files in project (Seit R2019a)
listRequiredFilesGet files required by specified project files (Seit R2019a)
listImpactedFilesGet files impacted by changes to specified project files (Seit R2021a)
listAllProjectReferencesList all projects in reference hierarchy of current project (Seit R2021a)
refreshSourceControlUpdate source control status of project files (Seit R2019a)
runChecksRun all project checks (Seit R2020a)
updateDependenciesUpdate project dependencies (Seit R2019a)
matlab.project.isUnderProjectRootDetermine whether file or folder is under project root folder (Seit R2023a)
matlab.project.isFileInProjectDetermine whether file or folder belongs to project (Seit R2023b)

Tools

Dependency AnalyzerVisualize dependencies, find required files, and assess the impact of changes (Seit R2023a)

Objekte

alle erweitern

matlab.project.ProjectProject object (Seit R2019a)

Themen