08-10-2013 08:22 AM
Hi,
I have written a program in LabVEW2012 as I can choose 2 points or 3 points from a table ... after I solve a polynomial of degree 2 after i have the coefficients . I have written sub VIs that treats each case 2 or 3 to 6 points but I want to give the possibility to the user to enter any number and there will have a response.
My question is there a way to make a single program that addresses any number that is 2 or 3 or 5 or 7 points?
Thanks,
08-10-2013 10:10 AM
Using case structure in your program, you should be able to allow user to make choice.
That is pretty straight, I can't understand, what is the bottleneck here...??
08-10-2013 10:21 AM
Could you perhaps post a bit of your code?
Mike...