source: MML/trunk/machine/SOLEIL/common/toolbox/ezyfit/ezyfit/html/remove_efmenu_fig.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>remove_efmenu_fig (Ezyfit Toolbox)</title>
2<!-- Help file for remove_efmenu_fig.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="plotsample.html"><b>&lt;&lt; Prev</b></a>&nbsp;|&nbsp;<a href="rmfit.html"><b>Next &gt;&gt;</b></a>&nbsp;</td></tr></table>
9<font size=+3 color="#990000">remove_efmenu_fig</font><br>
10Remove the Ezyfit menu from figure files (.FIG)<br>
11<br>
12 
13<font size=+1 color="#990000"><b>Description</b></font>
14<code><pre>
15<b>remove_efmenu_fig</b>(FILENAMEIN,FILENAMEOUT) removes the Ezyfit menu from
16the figure file FILENAMEIN, and saves the result under FILENAMEOUT.
17 
18<b>remove_efmenu_fig</b>(FILENAMEIN) automatically generates the output
19filename, by adding the string '_new' to the input filename.
20 
21This function fixes the issue of figure files including the Ezyfit menu
22opened in a Matlab system running without the Ezyfit toolbox. See
23<a href="efmenu.html">efmenu</a> for details.
24 
25</pre>
26<font size=+1 color="#990000"><b>Example</b></font>
27<pre>
28 
29  plotsample;   % generate a random plot
30  saveas(gcf,'myfig.fig');
31  <b>remove_efmenu_fig</b>('myfig.fig');
32  % This generates a new file, named 'myfig_new.fig', without the menu
33 
34Acknowledgments to Francis Burton and Nicholas Sinclair, who fixed
35the issue in the Matlab Central Newsgroup.
36 
37</pre>
38<font size=+1 color="#990000"><b>See Also</b></font>
39<pre>
40<a href="efmenu.html">efmenu</a>.
41 
42Published output in the Help browser
43   showdemo <b>remove_efmenu_fig</b> 
44</pre></code>
45 
46<br>
47<table width="100%" border=0 cellspacing=0 bgcolor="#e7ebf7"><tr><td>&nbsp;<a href="plotsample.html"><b>Previous: plotsample</b></a></td><td align=right><a href="rmfit.html"><b>Next: rmfit</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.