Mercurial > hg > ltpda
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/m-toolbox/html_help/help/ug/repo_gui_retrieve_content.html Wed Nov 23 19:22:13 2011 +0100 @@ -0,0 +1,39 @@ +<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>