view m-toolbox/html_help/help/ug/gui_gltpda_4_content.html @ 51:9d5c88356247 database-connection-manager

Make unit tests database connection parameters configurable
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 07 Dec 2011 17:24:37 +0100
parents f0afece42f48
children
line wrap: on
line source

<p>
   The Output panel summarizes the contents of the Output array.<br><br>
   To save objects into the Output array, separating them from the other input objects created during the analysis, the user
   must use the proper 'Send to output' block in the Simulink model. The object received from the block will be just copied into the
   Output array.<br><br>
   
   <img src="images/outputpanel_1.png" alt="The Output panel" border="1"><br><br>
   Similarly to the Main panel, the central part of the window consists of 2 boxes:<br>
   	<ul>
	    <li>On the right, the list of objects contained in <b>the Output array</b>.<br>
	    <li>On the left, <b>the info panel</b> showing the details of the selected object in the list aside.<br>
   	</ul><br>
    
    While selecting an object from the list will show its details in the info panel on the left, similarly to what happens in the
    main panel, double clicking an object here will produce (if possible) a new window with its plot - instead of adding an
    'Object from list' block to the model, as double clicking an object in the Input array list of the main panel.<br><br>
    
    In the upper part of the panel there are 5 buttons:
   	<ul>
	    <li><b>Export to workspace</b>: just like the same button in the main panel, this will save the selected object(s) into
            the MATLAB workspace. The name of these objects will be automatically set.<br>
	    <li><b>Remove</b>: <i>not for R1</i><br>
	    <li><b>Send to repository</b>: <i>not for R1</i><br>
	    <li><b>Explore</b>: <i>not for R1</i><br>
	    <li><b>Clear output</b>: to clear the entire Output array.<br>
   	</ul>
    
</p>