EzyFit Function Reference<< Prev | Next >> 
showeqbox_new
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 ezfit. 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 = ezfit('alpha/x^n'); 
   showeqbox(f); 
 
See Also
fitparam, ezfit, showfit, dispeqfit. 
Published output in the Help browser 
   showdemo showeqbox_new 
 

 Previous: showeqboxNext: showfit 

2005-2017 EzyFit Toolbox 2.45