source: MML/trunk/machine/SOLEIL/common/toolbox/ezyfit/ezyfit/html/showeqbox.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.1 KB
Line 
1<html><head><title>showeqbox (Ezyfit Toolbox)</title>
2<!-- Help file for showeqbox.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="semilogypn.html"><b>&lt;&lt; Prev</b></a>&nbsp;|&nbsp;<a href="showfit.html"><b>Next &gt;&gt;</b></a>&nbsp;</td></tr></table>
9<font size=+3 color="#990000">showeqbox</font><br>
10Show the equation box of a fit.<br>
11<br>
12 
13<font size=+1 color="#990000"><b>Description</b></font>
14<code><pre>
15H = <b>showeqbox</b>(F) shows the equation box of the fit F, using the settings
16defined in <a href="fitparam.html">fitparam</a>. The fit structure F is obtained from <a href="ezfit.html">ezfit</a>. H is a
17handle to the equation box.
18 
19Note that <b>showeqbox</b> interprets the greek symbols in the fitting equation
20(latex syntax). The '\' latex symbol must be omitted.
21 
22<b>showeqbox</b> is automatically called from <a href="showfit.html">showfit</a> or SELECTFIT when the
23option 'dispeqboxmode' is set to 'on' in the fitparam.m file.
24 
25</pre>
26<font size=+1 color="#990000"><b>Example</b></font>
27<pre>
28 
29   plotsample('power')
30   f = ezfit('alpha/x^n');
31   <b>showeqbox</b>(f);
32 
33</pre>
34<font size=+1 color="#990000"><b>See Also</b></font>
35<pre>
36<a href="fitparam.html">fitparam</a>, <a href="ezfit.html">ezfit</a>, <a href="showfit.html">showfit</a>, <a href="dispeqfit.html">dispeqfit</a>.
37 
38Published output in the Help browser
39   showdemo <b>showeqbox</b> 
40</pre></code>
41 
42<br>
43<table width="100%" border=0 cellspacing=0 bgcolor="#e7ebf7"><tr><td>&nbsp;<a href="semilogypn.html"><b>Previous: semilogypn</b></a></td><td align=right><a href="showfit.html"><b>Next: showfit</b></a>&nbsp;</td></tr></table><br>
442005-2012 <a href="ezyfit.html">EzyFit Toolbox 2.41</a><br>
45<br>
46</body></html>
Note: See TracBrowser for help on using the repository browser.