Documentation

close

Close金宝appProject

Syntax

close(proj)

Description

example

close(proj)closes the projectproj.

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. Usesimulinkprojectto create a project object to manipulate a Simulink®Project at the command line.

See Also

Functions

Introduced in R2013a

Was this topic helpful?