Visionairxmlreadr: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Benjamin
(Created page with "===Purpose=== Reads Vision Air formatted .XML data files. ===Synopsis=== :[xblock, yblock] = visionairxmlreadr(file); ===Description=== Reads Vision Air formatted XML fil...")
 
imported>Benjamin
No edit summary
Line 21: Line 21:
* '''xblock''' = The independent variable (X-block) data (2-way array class "dataset").
* '''xblock''' = The independent variable (X-block) data (2-way array class "dataset").
* '''yblock''' = The dependent variable (Y-block) data (2-way array class "dataset").
* '''yblock''' = The dependent variable (Y-block) data (2-way array class "dataset").
===See Also===
[[Alphabetical Index]] [[writeplt]] [[pltreadr]]

Revision as of 16:12, 27 July 2017

Purpose

Reads Vision Air formatted .XML data files.

Synopsis

[xblock, yblock] = visionairxmlreadr(file);

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 writeplt pltreadr