Importtool and Xclreadr: Difference between pages

From Eigenvector Research Documentation Wiki
(Difference between pages)
Jump to navigation Jump to search
imported>Mathias
 
imported>Scott
(Scott moved page Xclreadr to Textreadr: Renamed function.)
 
Line 1: Line 1:
===Purpose===
#REDIRECT [[Textreadr]]
 
GUI for designating column/row data types in incoming data.  Allows user to specify a column or row as labels, class sets, or axisscale or data.
 
===Synopsis===
 
: [ctypes, rtypes] = importtool(data);
: [ctypes, rtypes] = importtool(data,options);
 
===Description===
 
Allows user to identify data type (data, class, axisscale, include, and ignore) fields (row and columns) in a data matrix.
 
===Options===
 
options = a structure array with the following fields:
 
* '''fields''': Nx2 cell array, first column is field name, second column is color to use.
 
 
==Examples==
 
 
Here we import a csv file by dragging the file into the browse window. 
 
 
[[Image:csv_examp.jpg||460px|]]
[[Image:Text_import1.jpg||300px|]]
[[Image:importtool1.jpg||420px|]]
 
The importool will attempt to automatically detect label columns.  Here the 2nd column containing the name's of beers has been automatically detected as a label column.  Third column, containing class information of either 'ale' or 'lager' has also been automatically detected as a label column.  To set this column to class, click where it says 'label' underneath C2 and select class.  The importer will now populate the datasets' class field with the information contained within this second column.   
 
 
 
===See Also===
 
[[parsemixed]]

Latest revision as of 21:03, 7 November 2013

Redirect to: