EzyFit Function Reference | << Prev | Next >> |
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 ezfit. By default, dispeqfit is automatically called from
FIT when no output argument is specified.
Example
plotsample('power')
f = ezfit('alpha/x^n');
dispeqfit(f);
See Also
fitparam, ezfit, showfit, showeqbox
Published output in the Help browser
showdemo dispeqfit
Previous: dfig | Next: docezyfit |