Main Content
matlab.project.extractProject
Syntax
Description
extracts the specified project archive to a new folder in the default project folder.
proj
= matlab.project.extractProject(archive
)matlab.project.extractProject
opens the extracted project and returns
the project object. Use the project object to manipulate the new project
programmatically.
matlab.project.extractProject
preserves the project files,
structure, labels, shortcuts, and references. The extracted project does not include source
control information.
extracts the specified project archive to the destination folder
proj
= matlab.project.extractProject(archive
,destination
)destination
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022b