Close project
close(proj)
example
close(proj) closes the specified project.
proj
collapse all
Open a project. To be able to manipulate it at the command line, return a project object.
proj = openProject("C:/projects/project1/myproject.prj")
Close the project using the project object.
matlab.project.Project
Project, specified as a matlab.project.Project object. Use currentProject to create a project object from the currently loaded project.
currentProject
currentProject | openProject
openProject