Visionairxmlreadr: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Benjamin
No edit summary
imported>Benjamin
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
===Synopsis===
===Synopsis===


:[xblock, yblock] = visionairxmlreadr(file);
:[ xblock, yblock ] = visionairxmlreadr(file,options);
:[ xblock, yblock ] = visionairxmlreadr(file);
:[ xblock, yblock ] = visionairxmlreadr();


===Description===
===Description===
Line 23: Line 25:


===See Also===
===See Also===
[[Alphabetical Index]] [[writeplt]] [[pltreadr]]
[[Alphabetical Index]], [[Data Importing Formats]], [[textreadr]], [[writeplt]], [[pltreadr]]

Latest revision as of 12:02, 7 September 2017

Purpose

Reads Vision Air formatted .XML data files.

Synopsis

[ xblock, yblock ] = visionairxmlreadr(file,options);
[ xblock, yblock ] = visionairxmlreadr(file);
[ xblock, yblock ] = visionairxmlreadr();

Description

Reads Vision Air formatted XML files and imports the data into the workspace as DataSet objects.

Inputs

  • file = One of the following identifications of files to read:
  • A string identifying the file to read
('example')
  • An empty array indicating that the user should be prompted to locate the file(s) to read
([])

Outputs

  • xblock = The independent variable (X-block) data (2-way array class "dataset").
  • yblock = The dependent variable (Y-block) data (2-way array class "dataset").

See Also

Alphabetical Index, Data Importing Formats, textreadr, writeplt, pltreadr