| Contents | Index |
IDE_Obj.isvisible
This function supports the following IDEs:
Analog Devices VisualDSP++
Texas Instruments Code Composer Studio v3
IDE_Obj.isvisible returns 1 if the IDE is running on the desktop and the window is open. If the IDE is not running or is running in the background, this method returns 0.
First use a constructor to create an IDE handle object and start the IDE. To determine if the IDE is visible:
IDE_Obj.isvisible #determine if the ide is visible
ans =
1
IDE_Obj.visible(0) #make the ide invisible
IDE_Obj.isvisible #determine if the ide is visible
ans =
0Notice that the IDE is not visible on your desktop. Recall that MATLAB software did not open the IDE. When you close MATLAB software with the IDE in this invisible state, the IDE remains running in the background. To close it, perform either of the following tasks:
Open MATLAB software. Create a link to the IDE. Use the new link to make the IDE visible. Close the IDE.
Open Microsoft Windows® Task Manager. Click Processes. Find and highlight IDE_Obj_app.exe. Click End Task.

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 |