source: MML/trunk/machine/SOLEIL/common/toolbox/ezyfit/ezyfit/html/rmfit.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: 2.0 KB
Line 
1<html><head><title>rmfit (Ezyfit Toolbox)</title>
2<!-- Help file for rmfit.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="remove_efmenu_fig.html"><b>&lt;&lt; Prev</b></a>&nbsp;|&nbsp;<a href="semilogypn.html"><b>Next &gt;&gt;</b></a>&nbsp;</td></tr></table>
9<font size=+3 color="#990000">rmfit</font><br>
10Remove fits from the current figure<br>
11<br>
12 
13<font size=+1 color="#990000"><b>Description</b></font>
14<code><pre>
15<b>rmfit</b> removes all the fits (and their equation box) created by
16<a href="showfit.html">showfit</a> from the current figure.
17 
18<b>rmfit</b>('first') removes only the first fit.
19<b>rmfit</b>('last') removes only the last fit (equivalent to <a href="undofit.html">undofit</a>).
20<b>rmfit</b>(N) removes only the Nth fit.
21<b>rmfit</b>('boxonly') removes only the equation boxes.
22<b>rmfit</b>('getslope') removes all the equations displayed by <a href="getslope.html">getslope</a> and
23<a href="showslope.html">showslope</a>.
24 
25Note that <b>rmfit</b> does not remove the annotation objects (eg, lines).
26 
27</pre>
28<font size=+1 color="#990000"><b>See Also</b></font>
29<pre>
30<a href="showfit.html">showfit</a>, <a href="undofit.html">undofit</a>, <a href="getslope.html">getslope</a>.
31 
32Published output in the Help browser
33   showdemo <b>rmfit</b> 
34</pre></code>
35 
36<br>
37<table width="100%" border=0 cellspacing=0 bgcolor="#e7ebf7"><tr><td>&nbsp;<a href="remove_efmenu_fig.html"><b>Previous: remove_efmenu_fig</b></a></td><td align=right><a href="semilogypn.html"><b>Next: semilogypn</b></a>&nbsp;</td></tr></table><br>
382005-2012 <a href="ezyfit.html">EzyFit Toolbox 2.41</a><br>
39<br>
40</body></html>
Note: See TracBrowser for help on using the repository browser.