'leastsqr()' creates a simple SCILAB graphical user interface(GUI) for Least
Square Curve Fitting. It contains a table where you can enter the data and a
graphical axis for plotting the data and fitted curve. It currently offers
Linear, Polynomial, Exponential, and Power Function, Least square fitting.
------Syntax------
leastsqr()
*****************************************************
* *
* CHANGELOG of LSF_Toolbox *
* *
*****************************************************
LSF_Toolbox 0.1.2 / 2020-06-03
==============================
* Help chapter added.
* SCILAB demo added
LSF_Toolbox 0.1.1 / 2020-06-01
==============================
Initial release