EzyFit Function Reference<< Prev | Next >> 
showeqbox
Show the equation box of a fit.

Description
H = showeqbox(F) shows the equation box of the fit F, using the settings 
defined in fitparam. The fit structure F is obtained from fit. H is a 
handle to the equation box. 
 
Note that showeqbox interprets the greek symbols in the fitting equation 
(latex syntax). The '\' latex symbol must be omitted. 
 
showeqbox is automatically called from showfit or selectfit when the 
option 'dispeqboxmode' is set to 'on' in the fitparam.m file. 
 
Example: 
   plotsample('power') 
   f = fit('alpha/x^n'); 
   showeqbox(f); 
 
See Also
fitparam, fit, showfit, selectfit, dispeqfit. 

 Previous: selectfitNext: showfit 

2005-2006 EzyFit Toolbox 2.04