T O P I C R E V I E W |
heyitsmebenjamin |
Posted - 06/08/2011 : 11:59:35 PM Hello all,
I have a Java program (I wrote) that outputs a text file with a series of "x,y" data points. How can I call Origin and ask it (nicely) to open Origin and have it fit the data points to the HILL EQUATION (which is an equation pre-defined in the "Advanced Fitting Tool" menu)? It would be good to either have Origin open "like normal" and have the plotting and fitting done on screen -- or -- to have Origin open "in the background" (not visible on screen) and have Origin 'return' the equation parameters. Thank you so much!
Ben |
2 L A T E S T R E P L I E S (Newest First) |
newuser_ca |
Posted - 01/10/2012 : 10:30:22 AM Is there any Java library that supports Origin? Did anybody successfully call Origin from Java? Thanks. |
greg |
Posted - 06/09/2011 : 10:27:47 AM You can use Origin as an Automation Server via COM so you would need to add some sort of extension to Java which supports COM in Windows.
The ..\Samples\Automation Server folder has a number of examples. The "Single Peak Fit.xls" example demonstrates sending data to Origin, fitting with a function and returning parameter values. |