matlab.project.createProject
Create blank project
Syntax
Description
creates and opens a blank project and returns the project object. Use the project
object to manipulate the new project at the command line. The new project is created
in the default project folder.proj
= matlab.project.createProject
specifies additional options as one or more name-value pair arguments.proj
= matlab.project.createProject(Name,Value
)
Examples
Input Arguments
Output Arguments
Tips
To change the default folder for new projects, on the Home tab, in the Environment section, click Preferences. Go to MATLAB > Project and in the New Projects section, set the Default folder.
Version History
Introduced in R2019a
See Also
currentProject
| openProject
| addFile
| addFolderIncludingChildFiles
| addPath
| addReference
| addShortcut