 apj_anshul
		
			apj_anshul
		
		
		
		
		
		
		
		
	
			08-09-2013 12:37 PM
Hi,
I know that Labview has a great General Polynomial fit function that comes with professional license, but I have Base Development license and cannot use it. Does anyone know of any good open source libraries that would allow me to do polynomial fitting (upto 6th order) without having to buy the professional license?
Thanks!
 Bob_Schor
		
			Bob_Schor
		
		
		 
		
		
		
		
		
	
			08-11-2013 09:14 PM
While there may not be polynomial fits in LabVIEW on the Web, there are certainly algorithms for fitting polynomials to data, which you could code "by hand" using LabVIEW ...
 paul_cardinale
		
			paul_cardinale
		
		
		
		
		
		
		
		
	
			08-12-2013 03:36 PM
Use this to roll your own.