Importtool and Faq does software stop working if maintenance expires: Difference between pages

From Eigenvector Research Documentation Wiki
(Difference between pages)
Jump to navigation Jump to search
imported>Mathias
 
imported>Lyle
No edit summary
 
Line 1: Line 1:
===Purpose===
===Issue:===


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.
Does the software stop working if my maintenance expires?


===Synopsis===
===Possible Solutions:===


: [ctypes, rtypes] = importtool(data);
Many of our software products come with a "maintenance agreement". The details of this service are given on the [http://www.eigenvector.com/maintagreement.htm Maintenance Agreement Page.]  
: [ctypes, rtypes] = importtool(data,options);


===Description===
If your maintenance expires, the software does '''''not''''' stop working. Expired maintenance means you no longer have free access to new releases nor access to our help desk support.


Allows user to identify data type (data, class, axisscale, include, and ignore) fields (row and columns) in a data matrix.
For more information, also see the [http://www.eigenvector.com/evriblog/?p=19 Blog post about the Maintenance Program]


===Options===
''Related Question: Can I continue to use my license after the maintenance expires? Answer: Yes''


options = a structure array with the following fields:


* '''fields''': Nx2 cell array, first column is field name, second column is color to use.
'''Still having problems? Please contact our helpdesk at [mailto:helpdesk@eigenvector.com helpdesk@eigenvector.com]'''


 
[[Category:FAQ]]
==Examples==
 
 
Here we import a csv file by dragging the file into the browse window. 
 
We have 4 lines of header rows so we set specify this in this window. 
 
 
[[Image:csv_examp.jpg||460px|]]
[[Image:Text_import1.jpg||360px|]]
 
 
 
 
The importool will attempt to automatically detect label columns.  Here the first column containing the names of beers has been automatically detected as a label column.  The third column, containing class information of either 'ale' or 'lager' has also been automatically detected as a label column.  To set this column to a class column, 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.   
 
 
 
[[Image:importtool1.jpg||420px|]]
 
 
 
===See Also===
 
[[parsemixed]]

Latest revision as of 12:04, 5 December 2018

Issue:

Does the software stop working if my maintenance expires?

Possible Solutions:

Many of our software products come with a "maintenance agreement". The details of this service are given on the Maintenance Agreement Page.

If your maintenance expires, the software does not stop working. Expired maintenance means you no longer have free access to new releases nor access to our help desk support.

For more information, also see the Blog post about the Maintenance Program

Related Question: Can I continue to use my license after the maintenance expires? Answer: Yes


Still having problems? Please contact our helpdesk at helpdesk@eigenvector.com