comparison m-toolbox/html_help/help/ug/repo_gui_retrieve_content.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 <p>
2 Retrieving objects from an LTPDA repository can be done using the retrieve
3 panel shown below:
4 </p>
5 <br>
6 <br>
7 <img src="images/repo_gui_retrieve.png" alt="Repo GUI Retrieve">
8 <br>
9 <br>
10 <p>
11 The user must enter the IDs of the objects he/she wishes to retrieve. The IDs
12 can be entered using standard MATLAB numerical notation. Collections can be
13 retrieved by prefixing the collection ID with a 'c', for example, 'c12' retrieves
14 collection 12.
15 </p>
16 <br>
17 <br>
18 <img src="images/repo_gui_retrieve.png" alt="Repo GUI Retrieve">
19 <br>
20 <br>
21 <p>
22 Clicking on the 'Import' button retrieves all objects in the list and places them
23 in the MATLAB workspace, as shown below:
24 </p>
25 <br>
26 <br>
27 <img src="images/repo_gui_retrieve_ws.png" alt="Repo GUI Retrieve Workspace">
28 <br>
29 <br>
30 <p>
31 The objects can be directly saved to disk in XML format by clicking the 'Save' button.
32 </p>
33 <p>
34 You can select a prefix for the objects by typing in the 'prefix' edit box.
35 </p>
36 <p>
37 If the 'Append object type' check-box is checked, each object name (or filename) will
38 have the object type (class) appended.
39 </p>