Loading Data Quick Start: Difference between revisions
imported>Scott No edit summary |
imported>Scott No edit summary |
||
Line 3: | Line 3: | ||
|width="30%" valign="top" | | |width="30%" valign="top" | | ||
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. 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...'''. | 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. 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...'''. | ||
| | |[[Image:BrowseImportMenu.png| |500px]] | ||
|- | |- | ||
|valign="top" | | |valign="top" | | ||
Use the resulting dialog box to select your file then choose a sheet. | Use the resulting dialog box to select your file then choose a sheet. | ||
| | |[[Image:ImportDialogBoxes.png| |500px]] | ||
|- | |- | ||
|valign="top" | | |valign="top" | | ||
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 start an Analysis using the fly-out menu. | 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 start an [[Building_Models_Quick_Start|Analysis]] using the fly-out menu. | ||
| | | [[Image:NewDataMenu.png| |500px]] | ||
|} | |} | ||
By selecting '''"Load workspace"''' from the '''"File"''' menu item, an existing Matlab (*.MAT) file can be loaded, with each workspace variable represented by an icon in the browser. | By selecting '''"Load workspace"''' from the '''"File"''' menu item, an existing Matlab (*.MAT) file can be loaded, with each workspace variable represented by an icon in the browser. | ||
[[Building Models Quick Start | Next Topic: Building Models]] | [[Building Models Quick Start | Next Topic: Building Models]] |
Revision as of 16:29, 13 March 2009
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. 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.... |
|
Use the resulting dialog box to select your file then choose a sheet. |
|
The data will be imported into the workspace as a DataSet Object and appear in the Browser. You can right-click on the data to open the DataSet Editor by selecting Edit or start an Analysis using the fly-out menu. |
By selecting "Load workspace" from the "File" menu item, an existing Matlab (*.MAT) file can be loaded, with each workspace variable represented by an icon in the browser.