DataSet Construction

From Eigenvector Research Documentation Wiki
Revision as of 11:16, 23 May 2016 by imported>Mathias (→‎From the MATLAB Command Line)
Jump to navigation Jump to search

Getting Started

In general, data is stored in a dataset object.



From a GUI

Using PLS_Toolbox and Solo, it is easy to import data into a dataset object using the data importer. From the workspace browser select File/Import Data to launch the GUI.

From the MATLAB Command Line

From the command line, the easiest way to create a dataset is to pass an array to the datasetfunction.

>> myimage = buildimage(mydso ,[1 2], 1, 'myNewImage') 

Exporting Dataset to desired format