Project object
The matlab.project.Project
object represents the currently
loaded project. Use the project object to query the currently loaded project and to
perform various operation on it.
To create a matlab.project.Project
object, use the currentProject
function to get the currently open project. For
example:
proj = currentProject;
openProject
function to load an existing project. For
example:proj = openProject("C:/projects/project1/");