'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.3 / 2020-06-06
==============================
* Now you can add data in the table from the variable browser.
* GUI image added to Help chapter.
LSF_Toolbox 0.1.2 / 2020-06-03
==============================
* Help chapter added.
* SCILAB demo added.
LSF_Toolbox 0.1.1 / 2020-06-01
==============================
Initial release.