Loading Data Quick Start: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
No edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==1. Import Menu==
==1. Import Menu==


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.  
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 Solo is launched.  


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 an example dataset included with PLS_Toolbox and Solo. The example dataset is in Excel format. Using the '''File''' menu, select '''Import Data...''', and then select '''Excel File (XLS...)'''.  


<br>  
<br>  
[[Image:BrowseImportMenu.png||300px|(Click to Enlarge)]]
[[Image:BrowseImportMenu.png||300px|(Click to Enlarge)]]


Line 11: Line 12:


==2. Import the Data==
==2. Import the Data==
[[Image:ImportDialogBoxes.png|right|300px|upright|(Click to Enlarge)]]
 
Use the resulting dialog boxes to select your file then choose a sheet. The file is located in the "dems" folder.
Use the resulting dialog boxes to select your file, in this case the example "Redbeerdata.xls". The file is located in the "dems" (demos) folder. Then choose the sheet in the spreadsheet with the data in it, in this case "Sheet 1".
 
<br>
 
[[Image:ImportDialogBoxes.png| |300px|upright|(Click to Enlarge)]]


<br style="clear: both" />
<br style="clear: both" />


==3. Open Data==
==3. Open Data==
[[Image:NewDataMenu.png|right|300px|(Click to Enlarge)]]
 
The data will be imported into the workspace as a [[DataSet_Object|DataSet Object]] and appear in the '''Workspace 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 or dragging and dropping the data onto an analysis icon in the Analysis Tools pane (left).
The data will be imported into the workspace as a [[DataSet_Object|dataset object]] and appear in the '''Workspace Browser'''. To open the [[DataSet_Editor|DataSet Editor]], you can either right-click on the data and then select '''Edit''' in the context menu, or just double-click the dataset object in the Workspace panel. You can also start an [[Building_Models_Quick_Start|Analysis]] of the data using the Analysis fly-out menu or dragging and dropping the data onto an analysis icon in the Analysis Tools pane (left).
 
<br>
 
 
[[Image:NewDataMenu.png| |500px|(Click to Enlarge)]]
 


<br style="clear: both" />
<br style="clear: both" />

Latest revision as of 12:05, 14 November 2019

1. Import Menu

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 Solo is launched.

In this example we'll import an example dataset included with PLS_Toolbox and Solo. The example dataset is in Excel format. Using the File menu, select Import Data..., and then select Excel File (XLS...).


(Click to Enlarge)


2. Import the Data

Use the resulting dialog boxes to select your file, in this case the example "Redbeerdata.xls". The file is located in the "dems" (demos) folder. Then choose the sheet in the spreadsheet with the data in it, in this case "Sheet 1".


(Click to Enlarge)


3. Open Data

The data will be imported into the workspace as a dataset object and appear in the Workspace Browser. To open the DataSet Editor, you can either right-click on the data and then select Edit in the context menu, or just double-click the dataset object in the Workspace panel. You can also start an Analysis of the data using the Analysis fly-out menu or dragging and dropping the data onto an analysis icon in the Analysis Tools pane (left).



(Click to Enlarge)




Next Topic: Building Models