EzyFit Function Reference<< Prev | Next >> 
pickdata
Picks data from the active curve.

Description
[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: myginputNext: plotsample 

2005-2006 EzyFit Toolbox 2.04