NavList:
A Community Devoted to the Preservation and Practice of Celestial Navigation and Other Methods of Traditional Wayfinding
Re: Curve sketching freeware
From: Wolfgang Hasper
Date: 2017 May 17, 14:39 +0200
Attached File:
From: Wolfgang Hasper
Date: 2017 May 17, 14:39 +0200
Gnuplot can also fit curves to a set of data points.
You may specify the funcion and gnuplot fits the parameters.
There's loads of information on unsing gnuplot on the web.
Wolfgang
Gesendet: Montag, 15. Mai 2017 um 15:48 Uhr
Von: "Robert Bernecky" <NoReply_Bernecky@fer3.com>
An: wolfgang.hasper@web.de
Betreff: [NavList] Re: Curve sketching freeware
Von: "Robert Bernecky" <NoReply_Bernecky@fer3.com>
An: wolfgang.hasper@web.de
Betreff: [NavList] Re: Curve sketching freeware
You can try Octave (duplicates Matlab functionality)
https://www.gnu.org/software/octave/download.html
Octave/Matlab is a scientific programming language, and takes time to master.
The idea would be to enter the data, use polyfit to fit a least-squares parabola through the data, (and polyval to generate the points on the curve). See the attached for what it might look like.
Attached File: