10-26-2008 12:12 AM
I know in most cases I can always output the values of my mathscript/Matlab variables through the "add output and an indicator".
But in some cases I just want the output plot to be generated from Mathscript/Matlab. especially since some MATLAB plot command cannot be output in Labvies
I have attached two pic files for the block diagram and the plot figure generated. When the plot figure popped up, it is usually at the center of the screen. Is there a way to force the window to pop up say at the uppermost left corner?
10-27-2008 05:37 PM
Hi ade77,
There are MATLAB® functions that control were the windows pop up. You should search MATLAB help (or just google) "Positioning Figures". This should do what you need.
MATLAB® is a registered trademark of The MathWorks, Inc. Other product and company names listed are trademarks and trade names of their respective companies.
01-19-2009 05:31 AM
01-19-2009 07:13 AM
put the MC_windpos.vi in ...\National Instruments\LabVIEW 8.6\vi.lib\imath\engines\lvmath\Functions
and us the function windpos as in the attached example