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 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: delseldata | Next: drawpolygon |