How to update front panel immediately with any control change in LabVIEW7.0?

2004-04-15 Thread BLpig
I have a lot of controls on the front panel. I want my 3D plot to be updated with any of them changed. Currently only one control's change can result in the update even if I do have done changes on other controls .. that's to say, only one specific control's change can activate the front panel

Re: Help! Can't open Labview program with MATLAB codes !!!

2004-03-05 Thread BLpig
Thanks so much. It works for me by replacing the old dll file.

Re: How to programmably control the 3D plot, switching from greyscale to colorgram?

2004-03-03 Thread BLpig
hi, it works perfect for me now. Thank you so much!

How to programmably control the 3D plot, switching from greyscale to colorgram?

2004-03-02 Thread BLpig
I am using the 3D parametric surface vi to plot a 3D matrix. It should be displayed either as a colorgram or greyscale plot, controlled by the users. But currently it seems like I just can stop running the program and then manually right click the display area, select the 3D plot properties to

How to plot cross-correlation in terms of the real time?

2004-01-15 Thread BLpig
Usually the cross-correlation or the auto-correlation results are plotted vs. the lag(tao). But how can I plot it vs. the real time of the input signal? I have two same length input signals having same input time.