changing color everytime it graphs

2004-02-25 Thread pshuk256
2 questions. 1. Hoe to smoothen out the graph. like 3 point or 9 point smoothing. 2. I am taking data and plotting it at the same time but each time it changes color. Is there anyway I can make it not to change the color. thanks in advance.. In anticipation of help -priiyank

Re: Levenberg Marquardt is not working....

2004-01-12 Thread pshuk256
If you wire an indicator to the Error Output node of the L-M vi does anything come up? This can be pretty useful in diagnosing the issue YES.. this is the erro no. -23033. HELP..

Levenberg Marquardt is not working....

2004-01-12 Thread pshuk256
here is my code. I know it's long and very badly written. but under the core of the program section I am usign this "Levenberg Marquardt" to fit my data but for some strange reasons I am not getting any output from the program. Is it possible for someone to look at the program and tell me what and

curve fitting

2004-01-07 Thread pshuk256
I want to fit my data to some gaussian. I don't know any coefficients. Can anyone tell me how can I compare my data set to some arbitrary gaussian.? In anticipation of reply. priiyank

Re: How can you create a local variable from a boolean control?

2003-12-30 Thread pshuk256
thanks it's working now...

Re: How can you create a local variable from a boolean control?

2003-12-30 Thread pshuk256
sorry but I don't know the difference between switching and latching. Sorry but I am not an expert in LV. I don't know how to solve tihs problem and I am posting it here to get some help.

save and compare graphs

2003-12-24 Thread pshuk256
I want to plot a graph. then save it. then make another plot (in differnt colour) and then compare these two plots byu plotting them on one single graph.Both have same X axis. So X axis will be same and for one Y axis will be on left and for 2nd one it will be on right. My problem is : 1. How can