EzyFit Function Reference | << Prev | Next >> |
[X,Y] = pickdata returns the data (X,Y) from the active curve. If
several curves are present, picks the first one (see fitparam to
change this).
[X,Y] = pickdata(H) returns the data (X,Y) of the curve specified by
the handle H (eg, GCF, GCO etc). GCF, the current figure, is taken by
default, so that the first curve of the figure is used.
[X,Y,H] = pickdata(...) also returns the handle to the current curve.
See Also
selectdata, selectfit, showfit, fit.
Previous: myginput | Next: plotsample |