source: MML/trunk/machine/SOLEIL/common/toolbox/ezyfit/ezyfit/html/pickdata.html @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 1.9 KB
Line 
1<html><head><title>pickdata (Ezyfit Toolbox)</title>
2<!-- Help file for pickdata.m generated by makehtmldoc 1.22, 02-Jul-2012 09:32:09 -->
3<!-- makehtmldoc (F. Moisy, 2005-2006), see http://www.fast.u-psud.fr/~moisy/ml/ -->
4 
5<link rel=stylesheet href="docstyle1.css" type="text/css">
6</head>
7<body bgcolor=#ffffff>
8<table width="100%" border=0 cellpadding=0 cellspacing=0><tr><td valign=baseline bgcolor="#e7ebf7"><b>EzyFit Function Reference</b></td><td valign=baseline bgcolor="#e7ebf7" align=right><a href="myginput.html"><b>&lt;&lt; Prev</b></a>&nbsp;|&nbsp;<a href="plotsample.html"><b>Next &gt;&gt;</b></a>&nbsp;</td></tr></table>
9<font size=+3 color="#990000">pickdata</font><br>
10Picks data from the active curve.<br>
11<br>
12 
13<font size=+1 color="#990000"><b>Description</b></font>
14<code><pre>
15[X,Y] = <b>pickdata</b> returns the data (X,Y) from the active curve. If
16several curves are present and none is selected, the first one is
17picked (see <a href="fitparam.html">fitparam</a> to change this default setting).
18 
19Specific feature for Matlab &gt;= 7.6 : If some data are "brushed", return
20only those "brushed" data.
21 
22[X,Y] = <b>pickdata</b>(H) returns the data (X,Y) of the curve specified by
23the handle H (eg, GCF, GCO etc). GCF, the current figure, is taken by
24default.
25 
26For histograms, the X data are taken at the middle of the bins.
27 
28[X,Y,H] = <b>pickdata</b>(...) also returns the handle to the current curve.
29 
30</pre>
31<font size=+1 color="#990000"><b>See Also</b></font>
32<pre>
33<a href="showfit.html">showfit</a>, <a href="ezfit.html">ezfit</a>.
34 
35Published output in the Help browser
36   showdemo <b>pickdata</b> 
37</pre></code>
38 
39<br>
40<table width="100%" border=0 cellspacing=0 bgcolor="#e7ebf7"><tr><td>&nbsp;<a href="myginput.html"><b>Previous: myginput</b></a></td><td align=right><a href="plotsample.html"><b>Next: plotsample</b></a>&nbsp;</td></tr></table><br>
412005-2012 <a href="ezyfit.html">EzyFit Toolbox 2.41</a><br>
42<br>
43</body></html>
Note: See TracBrowser for help on using the repository browser.