view m-toolbox/html_help/help/ug/repo_gui_retrieve_content.html @ 10:75007001cbfe database-connection-manager

Check for binary only objects
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Mon, 05 Dec 2011 16:20:06 +0100
parents f0afece42f48
children
line wrap: on
line source

<p>
  Retrieving objects from an LTPDA repository can be done using the retrieve
  panel shown below:
</p>
<br>
<br>
<img src="images/repo_gui_retrieve.png" alt="Repo GUI Retrieve">
<br>
<br>
<p>
  The user must enter the IDs of the objects he/she wishes to retrieve. The IDs
  can be entered using standard MATLAB numerical notation. Collections can be 
  retrieved by prefixing the collection ID with a 'c', for example, 'c12' retrieves
  collection 12.
</p>
<br>
<br>
<img src="images/repo_gui_retrieve.png" alt="Repo GUI Retrieve">
<br>
<br>
<p>
  Clicking on the 'Import' button retrieves all objects in the list and places them
  in the MATLAB workspace, as shown below:
</p>
<br>
<br>
<img src="images/repo_gui_retrieve_ws.png" alt="Repo GUI Retrieve Workspace">
<br>
<br>
<p>
  The objects can be directly saved to disk in XML format by clicking the 'Save' button.
</p>
<p>
  You can select a prefix for the objects by typing in the 'prefix' edit box.
</p>
<p>
  If the 'Append object type' check-box is checked, each object name (or filename) will
  have the object type (class) appended.
</p>