export
Description
export(
exports the specified project to a new project archive file named
proj
,archiveName
)archiveName
. archiveName
must include
the .mlproj
extension or no extension at all. If
archiveName
does not include the .mlproj
extension, MATLAB® appends it to the filename.
The project archive preserves the project files, structure, labels, and shortcuts, and does not include any source control information. You can use the project archive to send the project to customers, suppliers, or coworkers who do not have access to your source control repository. Recipients can create a new project from the archive by double-clicking the project archive file.
By default, this function packages all the project references in the archive. You might not want this option if the project contains references to absolute networks paths. In this case, the function duplicates the project itself and treats it as a relative reference upon extraction.
export(
exports the specified project to a new project archive file with additional options
specified by one or more name-value arguments.proj
,Name,Value
)