The Ezyfit toolbox for Matlab enables you to perform simple curve fitting of one-dimensional data using arbitrary (non linear) fitting functions.
This toolbox is covered by the BSD License. Why using EzyFit?There are three ways to perform curve fitting with Matlab: the first one is using the 'Basic Fitting Interface' of Matlab, the second one is using fminsearch with an external function, and the third one is to pay for the Curve Fitting Toolbox. However, for usual curve fitting of 1D data, you may find the first solution rather limited (only polynomial fits), the second one a little complicated, and the third one quite expensive... The EzyFit Toolbox provides a free, simple and efficient way to perform quick curve fitting with arbitrary (nonlinear) fitting functions. In the command-line mode, you just have to type something like showfit('c+a/x^n') and EzyFit gives you the values for c, a and n and shows you the curve! In the interactive mode, a new menu is added to your figure window to easily fit your data with predefined or user-defined fits. System requirementsEzyFit needs Matlab 7.0 or higher. It has been tested under 7.0 to 7.14 (R2012a). The command-line functions (e.g. ezfit, showfit...) work equally well on all systems. However graphical operations (e.g. showslope, getslope...) may not be fully stable, especially on non-Windows systems. Installation1. Download and unzip the EzyFit Toolbox in a directory somewhere in your system. For instance, in a Windows 7 installation, the directory Documents/MATLAB/toolbox/ezyfit may be a good location. Do NOT install the toolbox in the Matlab directory itself (Program Files/Matlab directory in Windows). If you upgrade from an older version, first empty the previous directory. 2. From the menu 'File > Set Path', click on 'Add Folder' (NOT 'with subfolders') and select the ezyfit directory. Click on 'Save' and 'Close'. 3. Restart Matlab. From the Start button, select Toolboxes > EzyFit to check that the toolbox is correctly recognized by your system. 4. If you want to always have the Ezyfit menu in your figures, type efmenu install. This will create or update your 'startup.m' file in the main user directory of your Matlab installation. Note: If you upgrade Matlab and you want to use your previous Ezyfit installation, you just have to follow the steps 2-4. Getting startedFirst step: curve fitting from the EzyFit menuFirst plot some sample data by typing plotsample. In the EzyFit menu of the figure window (see figure below), select Showfit and choose an appropriate fitting function to fit the sample data. You may use the ``Data Brushing'' tool (available since Matlab 7.6 only) to fit only part of your data.
Choose Undo Fit if you want to remove the fit. If multiple curves are present in the figure, first select the one you want to fit, and then choose Showfit. Two additional functions, getslope and showslope allows for quick linear fit "by eye" of your data. Drag a line through your points (use the menu Insert > Line), and getslope gives you the equation of the line (works in linear/logarithmic scales). Second step: curve fitting from the command windowAlthough fitting your data from the EzyFit menu is fast and easy, using the command-line functions is much more powerful. The key function of the toolbox is ezfit, which computes the coefficients that fit the data. The function showfit simply calls the function ezfit for the active curve and displays the result. Type undofit to remove the last fit. This example fits some noisy data by a power law c * x^n and plots the result:
This example fits an histogram with a Gaussian, and displays the coefficients in the Array Editor:
More examples?Have a look to the Sample session for more examples. See also the Frequently Asked Questions section and the Function by category section to learn more about this toolbox.
How many Ezyfit users?For users who have installed the Ezyfit toolbox in their startup.m file (using the command efmenu install), an automatic checkupdate is performed on the Ezyfit home page www.fast.u-psud.fr/ezyfit at each Matlab start. This curve shows the number of checkupdate per day since 2006.
How to acknowledge?Go to the EzyFit page on the Matlab Central and offer a 5-stars rating! Earlier versions
ezyfit2.10.zip (2006/10/30). LinksEzyFit page on the Matlab Central. This page is hosted by FAST |