LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hide Matlab window

Hi,
 
When using Matlab script, an instance of Matlab window always remains open. Can any one suggest a way to hide this window either through labview or matlab,i.e. matlab runs in the background and is never visible ?
 
Thank you,
shriks
0 Kudos
Message 1 of 2
(4,388 Views)
Shriks,

I guess it isn't possible to do it by using common techniques.
The Matlab script node is an ActiveX process which is a built in function in LabVIEW.

Next problem is that you want to hide the window, to minimize it would be possible by using low level ActiveX functionality.
In your case the best choice would be to use the functionality of the "Windows API Function Utilities (32 bit) for LabVIEW".

Use the VI "Hide Window.vi" and connect as window name "MATLAB Command Window".

Pojundery,
ThSa


Message Edited by ThSa on 11-09-2007 03:14 PM
0 Kudos
Message 2 of 2
(4,348 Views)