source: MML/trunk/machine/SOLEIL/common/toolbox/ezyfit/ezyfit/Contents.m @ 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.2 KB
Line 
1% EzyFit Toolbox
2% Version 2.41 31-July-2012
3% F. Moisy
4%
5% Curve Fitting
6%   ezfit        - Fit data with arbitrary fitting function
7%   showfit      - Show the fit for the active curve.
8%   efmenu       - Ezyfit menu
9%   plotsample   - Display a sample plot.
10%   undofit      - Remove the last fit from the current figure
11%   rmfit        - Remove fits from the current figure
12%   fitparam     - Default settings for the EzyFit toolbox
13%
14% Curve fitting "by eye"
15%   getslope     - Slope of the current line.
16%   showslope    - Draw a line with fixed slope
17%
18% Curve Fitting Tools
19%   editcoeff    - Edit the coefficients of a fit
20%   makevarfit   - Create variables from the parameters of a fit
21%   evalfit      - Evaluate a fit
22%   showresidual - Show the residuals of a fit
23%   editfit      - Edit a user defined fit
24%   loadfit      - Load the predefined and the user-defined fitting functions.
25%   dispeqfit    - Display the equation of a fit.
26%   showeqbox    - Show the equation box of a fit.
27%
28% Miscellaneous
29%   remove_efmenu_fig - Remove the Ezyfit menu from figure files
30%   ezfft        - Power spectrum
31%   pickdata     - Picks data from the active curve.
32%   getlineinfo  - Get information (length, angle) of a segment
33%   myginput     - Graphical input from mouse.
34%   about_ef     - display the "About" information of the EzyFit toolbox
35%   checkupdate_ef - check for update of the EzyFit toolbox
36%
37% Quick change of the axis scales
38%   linx         - Turn the X axis to LIN
39%   liny         - Turn the Y axis to LIN
40%   logx         - Turn the X axis to LOG
41%   logy         - Turn the Y axis to LOG
42%   swx          - LIN<->LOG swap of the X axis
43%   swy          - LIN<->LOG swap of the Y axis
44%   sw           - LIN<->LOG swap of the X and Y axis
45%
46% Some useful plot tools
47%   dfig         - Create a docked figure window
48%   gridc        - Centered cross grid
49%   axisc        - Centered axis
50%   axis0        - Include the origin in the axis
51%   axisl        - Include the nearest power of 10 in the axis of a log plot
52%   loglogpn     - Log-log scale plot for positive and negative data
53%   semilogypn   - Semilogarithmic  plot for positive and negative data
Note: See TracBrowser for help on using the repository browser.