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 and none is selected, the first one is 
picked (see fitparam to change this default setting). 
 
If some data are selected using the "Brushing" tool of Matlab 
(works only for versions >= 7.6), only those "brushed" data are 
returned. 
 
[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. 
 
[X,Y,H] = pickdata(...) also returns the handle to the current curve. 
 
See Also
showfit, ezfit. 
Published output in the Help browser 
   showdemo pickdata 
 

 Previous: myginputNext: plotsample 

2005-2017 EzyFit Toolbox 2.45