Mercurial > hg > ltpda
comparison m-toolbox/html_help/help/ug/setup.html @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
2 "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> | |
3 | |
4 <html lang="en"> | |
5 <head> | |
6 <meta name="generator" content= | |
7 "HTML Tidy for Mac OS X (vers 1st December 2004), see www.w3.org"> | |
8 <meta http-equiv="Content-Type" content= | |
9 "text/html; charset=us-ascii"> | |
10 | |
11 <title>Setting-up MATLAB (LTPDA Toolbox)</title> | |
12 <link rel="stylesheet" href="docstyle.css" type="text/css"> | |
13 <meta name="generator" content="DocBook XSL Stylesheets V1.52.2"> | |
14 <meta name="description" content= | |
15 "Presents an overview of the features, system requirements, and starting the toolbox."> | |
16 </head> | |
17 | |
18 <body> | |
19 <a name="top_of_page" id="top_of_page"></a> | |
20 | |
21 <p style="font-size:1px;"> </p> | |
22 | |
23 <table class="nav" summary="Navigation aid" border="0" width= | |
24 "100%" cellpadding="0" cellspacing="0"> | |
25 <tr> | |
26 <td valign="baseline"><b>LTPDA Toolbox</b></td><td><a href="../helptoc.html">contents</a></td> | |
27 | |
28 <td valign="baseline" align="right"><a href= | |
29 "sysreqts.html"><img src="b_prev.gif" border="0" align= | |
30 "bottom" alt="System Requirements"></a> <a href= | |
31 "additional_progs.html"><img src="b_next.gif" border="0" align= | |
32 "bottom" alt="Additional 3rd-party software"></a></td> | |
33 </tr> | |
34 </table> | |
35 | |
36 <h1 class="title"><a name="f3-12899" id="f3-12899"></a>Setting-up MATLAB</h1> | |
37 <hr> | |
38 | |
39 <p> | |
40 | |
41 <p>Setting up MATLAB to work properly with the LTPDA Toolbox requires a few steps:</p> | |
42 | |
43 <ul> | |
44 <li> | |
45 <p><a href="setup.html#path">Add the LTPDA Toolbox to the MATLAB path</a></p> | |
46 </li> | |
47 <li> | |
48 <p><a href="setup.html#startup">Starting LTPDA Toolbox</a></p> | |
49 </li> | |
50 <li> | |
51 <p><a href="setup.html#prefs">Edit the LTPDA Preferences</a></p> | |
52 </li> | |
53 </ul> | |
54 | |
55 <a name="path" id= "path"></a> | |
56 <h3 class="title">Add the LTPDA Toolbox to the MATLAB path</h3> | |
57 | |
58 <p> | |
59 After downloading and un-compressing the LTPDA Toolbox, you should add the | |
60 directory <tt>ltpda_toolbox</tt> to your MATLAB path. To do this: | |
61 <ul> | |
62 <li> File -> Set Path... </li> | |
63 <li> Choose "Add with Subfolders" and browse to the location of <tt>ltpda_toolbox</tt> </li> | |
64 <li> "Save" your new path. MATLAB may require you to save your new <tt>pathdef.m</tt> to a | |
65 new location in the case that you don't have write access to the default location. For more | |
66 details read the documentation on "pathdef" (<tt>>> doc pathdef</tt>). </li> | |
67 </ul> | |
68 </p> | |
69 | |
70 <a name="ltpdastartup" id= "ltpdastartup"></a> | |
71 | |
72 <a name="startup" id= "startup"></a> | |
73 <h3 class="title">Starting LTPDA Toolbox</h3> | |
74 | |
75 <p> | |
76 To start using the LTPDA Toolbox, execute the following command on the MATLAB terminal: | |
77 <div class="fragment"> | |
78 <pre> | |
79 ltpda_startup </pre> | |
80 </div> | |
81 This should launch the LTPDA Launchbay, and you should see the LTPDA logo on the MATLAB terminal. | |
82 When you run this for the first time, you will also be presented with the LTPDA Preferences GUI from | |
83 where you can edit the preferences for the toolbox (see below). | |
84 </p> | |
85 <p> | |
86 If everything has gone well, you should be able to run a set of built-in tests by doing: | |
87 <div class="fragment"> | |
88 <pre> | |
89 run_tests | |
90 </pre> | |
91 </div> | |
92 This will run about 100 test scripts. These test scripts can be found in <tt>$ltpda_toolbox/examples</tt> | |
93 and serve as useful example scripts. | |
94 </p> | |
95 <p> | |
96 In order to automatically start the LTPDA Toolbox | |
97 when MATLAB starts up, add the command <tt>ltpda_startup</tt> to your own <tt>startup.m</tt> | |
98 file. See <tt>>> doc startup</tt> for more details on installing and editing your own <tt>startup.m</tt> file. | |
99 </p> | |
100 | |
101 <a name="prefs" id= "prefs"></a> | |
102 <h3 class="title">Edit the LTPDA Preferences</h3> | |
103 | |
104 <p> | |
105 The LTPDA Toolbox comes with a default set of starting preferences. These may need | |
106 to be edited for your particular system (though most of the defaults should be fine). | |
107 To edit the preferences, you first need to have the LTPDA toolbox installed as described | |
108 above, then run the command | |
109 <div class="fragment"><pre> | |
110 LTPDAprefs | |
111 </pre></div> | |
112 or click on the "LTPDA Preferences" button on the launchbay. You should see the following GUI: | |
113 </p> | |
114 <p> | |
115 <img src="images/LTPDAprefs.png" alt="LTPDA Preferences GUI" border="0"> </p> | |
116 <p> | |
117 Edit all the preferences you want and then click apply to save the preferences. These new preferences | |
118 will be used each time you start LTPDA. | |
119 </p> | |
120 | |
121 | |
122 </p> | |
123 | |
124 | |
125 | |
126 </p> | |
127 | |
128 <br> | |
129 <br> | |
130 <table class="nav" summary="Navigation aid" border="0" width= | |
131 "100%" cellpadding="0" cellspacing="0"> | |
132 <tr valign="top"> | |
133 <td align="left" width="20"><a href="sysreqts.html"><img src= | |
134 "b_prev.gif" border="0" align="bottom" alt= | |
135 "System Requirements"></a> </td> | |
136 | |
137 <td align="left">System Requirements</td> | |
138 | |
139 <td> </td> | |
140 | |
141 <td align="right">Additional 3rd-party software</td> | |
142 | |
143 <td align="right" width="20"><a href= | |
144 "additional_progs.html"><img src="b_next.gif" border="0" align= | |
145 "bottom" alt="Additional 3rd-party software"></a></td> | |
146 </tr> | |
147 </table><br> | |
148 | |
149 <p class="copy">©LTP Team</p> | |
150 </body> | |
151 </html> |