source: MML/trunk/machine/SOLEIL/common/toolbox/GUILayout/layoutHelp/Getting Started3.html @ 4

Last change on this file since 4 was 4, checked in by zhangj, 11 years ago

Initial import--MML version from SOLEIL@2013

File size: 3.1 KB
Line 
1            <html xmlns:saxon="http://icl.com/saxon">
2   <head>
3      <link rel="stylesheet" type="text/css" href="doc.css"/>
4      <link rel="stylesheet" type="text/css" href=""/>
5      <meta author="The MathWorks Ltd."/>
6      <meta copyright="2011 The MathWorks Ltd."/>
7      <title>Installation</title>
8   </head>
9
10   
11   <body>
12      <table class="header" width="100%" border="0" cellspacing="0" cellpadding="0">
13         <tr>
14            <td bgcolor="#e4f0f8"><A href="Getting Started.html"><font face="Arial" bgcolor="#e4f0f8" size="+0" underline="0" color="#000000"><b>Getting Started</b></font></A></td>
15            <td width="36" bgcolor="#e4f0f8"><A HREF="Getting Started2.html"><IMG SRC="Images/leftarrow.png" BORDER="0" ALT="previous page"/></A><A HREF="Getting Started4.html"><IMG SRC="Images/rightarrow.png" BORDER="0" ALT="next page"/></A></td>
16         </tr>
17      </table>
18   
19
20      <h2>3: Installation&nbsp;<A href="Getting Started.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></A></h2>
21       
22   
23    <p>
24        To use this toolbox it must be added to the MATLAB path. Scripts are provided
25        to do this in two ways:
26    </p>
27    <p>
28        <b>From MATLAB:</b>
29        <OL>
30            <LI><b>From MATLAB:</b> from the folder containing the toolbox, run the "install.m" function</LI>
31            <LI><b>From Windows Explorer:</b> from the folder containing the toolbox, double-click the "install.bat" icon</LI>
32        </OL>
33    </p>
34    <p>
35        To uninstall (i.e. remove it from the path), run the function 'uninstall' in MATLAB, also found in the toolbox folder.
36    </p>
37
38     
39      <br clear="ALL"/>
40      <table class="footer" width="100%" border="0" cellspacing="0" cellpadding="0">
41         <tr>
42            <td width="18" height="15" bgcolor="#e4f0f8" align="left"><a href="Getting Started2.html"><img src="images/leftarrow.png" border="0" alt="previous page"/></a></td>
43            <td width="40%" height="15" bgcolor="#e4f0f8" align="left"><a href="Getting Started2.html"><font face="arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">Release Notes</font></a></td>
44            <td width="20%" height="15" bgcolor="#e4f0f8" align="center"><a href="index.html"><font face="arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">[Top]</font></a></td>
45            <td width="40%" height="15" bgcolor="#e4f0f8" align="right"><a href="Getting Started4.html"><font face="arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">Support</font></a></td>
46            <td width="18" height="15" bgcolor="#e4f0f8" align="right"><a href="Getting Started4.html"><img src="images/rightarrow.png" border="0" alt="next page"/></a></td>
47         </tr>
48      </table>
49      <font face="Arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">&copy; 2011 The MathWorks Ltd</font>
50      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/license.txt'])">Terms of Use</a>
51      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/patents.txt'])">Patents</a>
52      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/trademarks.txt'])">Trademarks</a>
53   
54   </body>
55</html>
56
57           
Note: See TracBrowser for help on using the repository browser.