matlab.project.loadProject
R2026bLoad project
Syntax
Description
loads the project specified by the file or folder proj = matlab.project.loadProject(projectPath)projectPath.
If any projects are currently open, MATLAB® closes them before loading the specified project. Project startup
displays the additional packages and external softwares that will be installed when
loading the project, and prompts you for confirmation before proceeding.
does not prompt for confirmation before loading the project.proj = matlab.project.loadProject(projectPath,Prompt=false)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019a