MATLAB Link for Code Composer Studio Development Tools    
isvisible

Test whether CCS IDE is running on the PC

Syntax

Description

isvisible(cc) determines whether CCS IDE is running on the desktop and the window is open. If CCS IDE window is open, isvisible returns 1. Otherwise, the result is 0 indicating that CCS IDE is either not running or is running in the background.

Examples

Test to see if CCS IDE is running. Start by launching CCS IDE. Then open MATLAB. At the prompt, enter

MATLAB creates a link to CCS IDE and leaves CCS IDE visible on your desktop.

Now, change the visibility state to 0, or invisible, and check the state.

Notice that CCS IDE is not visible on your desktop. Recall that MATLAB did not open CCS IDE. When you close MATLAB with CCS IDE in this invisible state, CCS IDE remains running in the background. The only ways to close it are either

See Also
info, visible


  isrunning iswritable