source: MML/trunk/machine/SOLEIL/common/toolbox/ezyfit/ezyfit/html/efmenu.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.6 KB
Line 
1<html><head><title>efmenu (Ezyfit Toolbox)</title>
2<!-- Help file for efmenu.m generated by makehtmldoc 1.22, 02-Jul-2012 09:32:07 -->
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="editfit.html"><b>&lt;&lt; Prev</b></a>&nbsp;|&nbsp;<a href="evalfit.html"><b>Next &gt;&gt;</b></a>&nbsp;</td></tr></table>
9<font size=+3 color="#990000">efmenu</font><br>
10Ezyfit menu<br>
11<br>
12 
13<font size=+1 color="#990000"><b>Description</b></font>
14<code><pre>
15<b>efmenu</b> adds or refreshes the Ezyfit menu for the current figure and
16for all new figures.
17<b>efmenu</b> OFF removes the menu from all the figures and for all new
18figures.
19 
20Careful: when the Ezyfit menu is active, all saved figure files (.FIG)
21include the Ezyfit menu. This generates a problem when those figure
22files are opened in a Matlab system which does not have the Ezyfit
23toolbox installed. In order to remove the Ezyfit menu from the figure
24file, use the function <a href="remove_efmenu_fig.html">remove_efmenu_fig</a>.
25 
26If you want to always have the EzyFit menu in your figures, type
27<b>efmenu</b> INSTALL. This will create or update the 'startup.m' file in the
28user directory of your Matlab installation. In addition, at
29each Matlab restart, this will check the last version of the EzyFit
30toolbox on the web (see <a href="checkupdate_ef.html">checkupdate_ef</a>).
31 
32In order to cancel the effect of <b>efmenu</b> INSTALL, you need to edit the
33'startup.m' file and to remove manually the 2 lines of code related to
34the Ezyfit toolbox.
35 
36</pre>
37<font size=+1 color="#990000"><b>See Also</b></font>
38<pre>
39<a href="plotsample.html">plotsample</a>, <a href="showfit.html">showfit</a>, <a href="ezfit.html">ezfit</a>, <a href="undofit.html">undofit</a>, <a href="rmfit.html">rmfit</a>, <a href="editfit.html">editfit</a>,
40<a href="loadfit.html">loadfit</a>, <a href="checkupdate_ef.html">checkupdate_ef</a>, <a href="remove_efmenu_fig.html">remove_efmenu_fig</a>.
41 
42Published output in the Help browser
43   showdemo <b>efmenu</b> 
44</pre></code>
45 
46<br>
47<table width="100%" border=0 cellspacing=0 bgcolor="#e7ebf7"><tr><td>&nbsp;<a href="editfit.html"><b>Previous: editfit</b></a></td><td align=right><a href="evalfit.html"><b>Next: evalfit</b></a>&nbsp;</td></tr></table><br>
482005-2012 <a href="ezyfit.html">EzyFit Toolbox 2.41</a><br>
49<br>
50</body></html>
Note: See TracBrowser for help on using the repository browser.