source: MML/trunk/machine/SOLEIL/common/toolbox/ezyfit/ezyfit/_readmefirst_.txt @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 2.8 KB
Line 
1
2   EzyFit Toolbox for Matlab
3
4   F. Moisy
5   Lab. FAST - University Paris-Sud
6
7   version 2.41c, 31 July 2012
8__________________________________________________________________________
9
10See:  www.fast.u-psud.fr/ezyfit
11
12Bug report:  moisy@fast.u-psud.fr
13__________________________________________________________________________
14
15
16The Ezyfit toolbox for Matlab enables you to perform simple curve fitting
17of one-dimensional data using arbitrary fitting functions. It provides
18command-line functions and a basic graphical user interface for interactive
19selection of the data.
20
21Note:
22This toolbox was originally called 'EasyFit'. Since Version 2.03
23(13 apr 2006), it has been renamed 'EzyFit', to avoid confusion with
24other products.
25
26__________________________________________________________________________
27
28Installation and system requirements
29
30EzyFit needs Matlab 7.0 or higher. It has been tested under 7.0 to 7.14
31(R2014a), but mainly under Windows. The command-line functions (e.g.
32ezfit, showfit...) work equally well on all systems. However graphical
33operations (e.g. selectfit, getslope...) may not be fully stable,
34especially on non-Windows systems, and/or for recent Matlab releases.
35
361. Download and unzip the EzyFit Toolbox in a directory somewhere in your
37system. For instance, in a Windows installation, the directory
38My Documents/MATLAB/toolbox/ezyfit may be a good location. Do NOT install
39the toolbox in the Matlab directory itself (Program Files/Matlab directory
40in Windows). If you upgrade from an older version, first empty the previous
41directory.
42
432. From the menu 'File > Set Path', click on 'Add Folder' (NOT 'with
44subfolders') and select the ezyfit directory. Click on 'Save' and 'Close'.
45
463. Restart Matlab. From the Start button, select Toolboxes > EzyFit to
47check that the toolbox is correctly recognized by your system.
48
494. If you want to always have the Ezyfit menu in your figures, type
50efmenu install. This will create or update your 'startup.m' file in the
51directory /toolbox/local of your Matlab installation.
52Careful: If you apply this step 4, all the figure files (.FIG) saved will
53include the Ezyfit menu. See the function 'remove_efmenu_fig' to remove
54the menu from the figure file.
55
56Note: If you upgrade Matlab and you want to use your previous Ezyfit
57installation, you just have to follow the steps 2-4.
58
59__________________________________________________________________________
60
61What's new?
62
63Once installed, have a look to the Release Notes and the Known Bugs sections
64in the help browser (type 'docezyfit').
65__________________________________________________________________________
66
67Copyrights
68
69This toolbox is free.
70__________________________________________________________________________
71
72The End.
Note: See TracBrowser for help on using the repository browser.