close

(Not recommended) Close project

simulinkproject is not recommended. Use currentProject or openProject instead of simulinkproject. For more information, see Compatibility Considerations.

Description

example

close(proj) closes the project proj.

Examples

collapse all

Open a specified project and get a project object to manipulate the project at the command line. For example,

proj = simulinkproject('C:/projects/project1/myproject.prj')

Close the project.

close(proj)

Input Arguments

collapse all

Project, specified as a project object. Use simulinkproject to create a project object to manipulate a project at the command line.

Compatibility Considerations

expand all

Not recommended starting in R2019a

See Also

Functions

Introduced in R2013a