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 upda

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!

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

2004-03-02 Thread BLpig
hi, thank you so much! It works for me. But one more step is, I also need to change the colormap or the colorvalues property as well (do they need to specify together?) since like for greyscale, I want to have my 0 value mapping to white and 3.5 value mapping to black. I think maybe I can work this

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 chan

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.

Re: How to normalize the cross correlation.vi ?

2004-01-15 Thread BLpig
I tried as you described above but failed. I still can not make my cross-correlation results between 0-1. But I made it by using the extracted the max Auto-correlation. Thanks.