EzyFit Function Reference<< Prev | Next >> 
dispeqfit
Display the equation of a fit.

Description
dispeqfit(F) displays the equation of the fit F in the command window, 
using the settings defined in fitparam. The fit structure F is 
obtained from fit. By default, dispeqfit is automatically called from 
fit when no output argument is specified. 
 
Example: 
   plotsample('power') 
   f = fit('alpha/x^n'); 
   dispeqfit(f); 
 
See Also
fitparam, fit, showfit, selectfit, showeqbox 

 Previous: delseldataNext: drawpolygon 

2005-2006 EzyFit Toolbox 2.04