MIA Toolbox Loading Data Quick Start: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
(Created page with '{| border="1" cellpadding="5" cellspacing="0" align="left" |- |valign="top" | right|500px|(Click to Enlarge) Data can be readily loaded with the us…')
 
imported>Scott
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
|-
|-
|valign="top" |
|valign="top" |
[[Image:BrowseImportMenu.png|right|500px|(Click to Enlarge)]]
[[Image:ImportImage01.png|right|500px|(Click to Enlarge)]]
Data can be readily loaded with the use of the Workspace browser.  The browser can be launched by typing '''"browse"''' at the Matlab command line. If you are using Solo, the browser appears after the application is launched.  
Image data can be readily imported into the Image Manger by clicking '''Import Image''' from the Tree or File Menu. We'll select '''Image (Other...)''' so all image types enabled in the dialog box.


In this example we'll import an Excel file included with PLS_Toolbox and Solo. Using the '''File''' menu, select '''Import Data...''', and then select '''Excel File (XLS...'''.  
In this example we'll import a .JPEG image, "EchoRidgeClouds.jpeg", included with MIA_Toolbox.
 
For information about concatenating images after import see [[Cat_img_gui|here]].
|-
|valign="top" |
[[Image:LocateImage.png|right|500px|(Click to Enlarge)]]
Use the resulting dialog box to select the "EchoRidgeClouds.jpeg" file from the dems folder.
|-
|-
|valign="top" |
|valign="top" |
[[Image:ImportDialogBoxes.png|right|500px|(Click to Enlarge)]]
[[Image:LoadImageDialog.png|right|500px|(Click to Enlarge)]]
Use the resulting dialog boxes to select your file then choose a sheet. The file is located in the "dems" folder.
The '''Load Image Data''' dialog box will appear. This interface allows you to choose how to unfold the image data. The defaults are set for typical image data (pixels by pixels by variable, RGB slabs in the case) so just click '''OK'''.
|-
|-
|valign="top" |
|valign="top" |
[[Image:NewDataMenu.png|right|500px|(Click to Enlarge)]]
[[Image:ImageGUIWithClouds.png|right|300px|(Click to Enlarge)]]
The data will be imported into the workspace as a [[DataSet_Object|DataSet Object]] and appear in the '''Browser'''. You can right-click on the data to open the [[DataSet_Editor|DataSet Editor]] by selecting '''Edit''' or by double-clicking the object. You can also start an [[Building_Models_Quick_Start|Analysis]] of the data using the Analysis fly-out menu.
The image will appear in '''Tree''' at the '''Loaded Images''' leaf. Clicking on it will display the image in the main editing pain.
|}
|}


[[Building Models Quick Start | Next Topic: Building Models]]
[[MIA_Toolbox_PCA_Quick_Start | Next Topic: Building Models]]

Latest revision as of 17:02, 5 October 2012

(Click to Enlarge)

Image data can be readily imported into the Image Manger by clicking Import Image from the Tree or File Menu. We'll select Image (Other...) so all image types enabled in the dialog box.

In this example we'll import a .JPEG image, "EchoRidgeClouds.jpeg", included with MIA_Toolbox.

For information about concatenating images after import see here.

(Click to Enlarge)

Use the resulting dialog box to select the "EchoRidgeClouds.jpeg" file from the dems folder.

(Click to Enlarge)

The Load Image Data dialog box will appear. This interface allows you to choose how to unfold the image data. The defaults are set for typical image data (pixels by pixels by variable, RGB slabs in the case) so just click OK.

(Click to Enlarge)

The image will appear in Tree at the Loaded Images leaf. Clicking on it will display the image in the main editing pain.

Next Topic: Building Models