matlab.project.convertDefinitionFiles
R2026bChange definition file type of project
Syntax
Description
matlab.project.convertDefinitionFiles(
converts the definition file type of the project stored in projectRoot,definitionType)projectRoot
to a new type specified by definitionType.
matlab.project.convertDefinitionFiles preserves the source control
history of your project.
Warning
To avoid merge issues, ensure that no work is being done on other branches before converting the definition file type for a project.
matlab.project.convertDefinitionFiles(
converts the definition file type of the project with additional options specified as
name-value arguments. Use this syntax to conserve project labels when you convert the
project.projectRoot,definitionType,Name=Value)