- Index
- » Programming
- » Modelica Language
- » Linear equation help
Linear equation help
Linear equation help
Hi,
I'm a new comer to OpenModelica, trying a few simple things with it.
I'm now thinking of importing a file containing a series of x-y data, plot in OM (scatter plot), and use best fit to find the linear equation. Microsoft Excel can do it but it doesn't have much scientific computing capabilities.
Please give some (specific) instructions about how to do the import, and best fit.
You help is really appreciated.
Re: Linear equation help
OpenModelica is not really used to plot data although it has basic plotting functionality. Whenever I need best fit or something similar, I export my OpenModelica simulation results, postprocess them in Python and plot using gnuplot.
- sjoelund.se
- 1700 Posts
- Index
- » Programming
- » Modelica Language
- » Linear equation help