Main Content

close

Description

example

close(proj) closes the specified project.

Examples

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.

close(proj)

Input Arguments

collapse all

Project, specified as a matlab.project.Project object. Use currentProject to create a project object from the currently loaded project.

Version History

Introduced in R2019a