(Not recommended) Export project to zip
simulinkproject
is not recommended. Use currentProject
or openProject
instead. For more information, see Compatibility Considerations.
export(
exports the project proj
,zipFileName
)proj
to a zip file specified by
zipFileName
. The zip archive preserves the project files,
structure, labels, and shortcuts, and does not include any source control
information. You can use the zip archive to send the project to customers,
suppliers, or colleagues who do not have access to your source control repository.
Recipients can create a new project from the zip archive by clicking
New in the Project Tool, and then in the start page,
clicking Archive.
export(
exports the project using the specified proj
,zipFileName
,definitionType
)definitionType
for the
project definition files, single or multiple. If you do not specify
definitionType
, the project's current setting is used. Use
the definitionType
export option if you want to change project
definition file management from the type selected when the project was created. You
can control project definition file management in the preferences.