source: MML/trunk/machine/SOLEIL/common/toolbox/ezyfit/ezyfit/html/ezyfit_uninstall.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.4 KB
Line 
1<html><head><title>EzyFit Uninstallation</title>
2
3    <link rel=stylesheet href="docstyle1.css" type="text/css">
4</head>
5    <body bgcolor=#ffffff>
6        <!-- NAVBARTOP -->
7        <table border=0 width="100%" cellpadding=0 cellspacing=0><tr>
8            <td valign=baseline bgcolor="#e7ebf7"><b>EzyFit Uninstallation</b></td>
9        </tr>
10        </table>
11
12
13        <h1>EzyFit Uninstallation</h1>
14        <hr>
15
16        <br>
17       
18        <h2>Full uninstallation</h2>
19       
20        <p>In order to remove the Ezyfit toolbox from your Matlab installation,
21        follow the 3 steps:</p>
22       
23        <p>1. Edit the <tt>'startup file'</tt> by typing</p>
24        <blockquote><pre><tt>
25edit startup
26        </tt></pre></blockquote>   
27        <p>and remove the following lines</p>
28        <blockquote><pre><tt>
29%   These lines have been added by 'efmenu install' (01-Apr-2008 23:10:11):
30efmenu;   % Includes the EzyFit menu for all new figure.
31fprintf(' To get started with the EzyFit toolbox, select <a href="matlab:docezyfit">EzyFit</a> from the Help browser.\n\n');
32        </tt></pre></blockquote>
33       
34        <p>2. From the menu '<tt>File &gt; Set Path</tt>', select the directory
35        <tt>'../ezyfit'</tt>, and click on 'Remove' and 'Save'.</p>
36       
37        <p>3. Restart Matab.</p>
38       
39       
40       
41        <br>
42        <h2>Uninstallation of the Ezyfit menu only</h2>
43
44        <p>If you wish to uninstall the Ezyfit menu from your figure windows
45        but you still want to use the command-line functions of the Ezyfit
46        toolbox:</p>
47
48        <p>Apply the steps 1 and 3 above.</p>
49
50        <br>
51        <h2>Uninstallation of the Ezyfit menu from saved figure files</h2>
52
53        <p>If you have saved some figure files (.FIG) from a Matlab system
54            with the Ezyfit toolbox, the figure files include the Ezyfit menu.
55            As a consequence, those figure files cannot be opened with a Matlab
56        system without the Ezyfit toolbox.</p>
57       
58        <p>It is possible to remove the Ezyfit menu from a figure file, using
59        the <tt><a href="remove_efmenu_fig.html">remove_efmenu_fig</a></tt> function.</p>
60
61        <br>
62        <table width="100%" border=0 cellspacing=0 bgcolor=d0d0f0><tr><td>&nbsp</td></tr></table><br>
63        2005-2012 <a href="ezyfit.html">EzyFit Toolbox</a><br>
64
65    </body>
66</html>
Note: See TracBrowser for help on using the repository browser.