| Contents | Index |
IDE_Obj.close(filename,'project')
This function supports the following IDEs:
Analog Devices VisualDSP++
Eclipse IDE
Green Hills MULTI
Texas Instruments Code Composer Studio v3
Use IDE_Obj.close(filename,'project') to close a specific project, all projects, or the active open project.
For the filename argument:
To close all project files, enter 'all'.
To close a specific project, enter the project file name, such as 'myProj'.If the file is not an open file in the IDE, MATLAB returns a warning message.
To close the active project, enter [].
With the VisualDSP++ IDE, to close the current project group (if filename is 'all' or []), replace 'project'with 'projectgroup'.
Note
|
To close all open project files:
IDE_Obj.close('all','project')To close the open project, myProj:
IDE_Obj.close('myProj','project')To close the active open project:
IDE_Obj.close([],'project')
With the VisualDSP++ IDE, to close all open project groups:
IDE_Obj.close('all','projectgroup')With the VisualDSP++ IDE, to close the active project group:
IDE_Obj.close([],'projectgroup')

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |