External Interfaces Reference Previous page   Next Page
engSetVisible

Show or hide MATLAB engine session

C Syntax

Arguments

ep
   Engine pointer.

value
   Value to set the Visible property to. Set value to 1 to make the engine window visible, or to 0 to make it invisible.

Description

Windows Only

engSetVisible makes the window for the MATLAB engine session, ep, either visible or invisible on the Windows desktop. You can use this function to enable or disable user interaction with the MATLAB engine session.

engSetVisible returns 0 on success, and 1 otherwise.

Examples

The following code opens engine session ep and disables its visibility.

To determine the current visibility setting, use

See Also

engGetVisible


Previous page  engSetEvalTimeout (Obsolete) engWinInit (Obsolete) Next page

© 1994-2005 The MathWorks, Inc.