Pltreadr

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Purpose

Converts a Vision Air PLT model file as EVRI Model structure.

Synopsis

model = pltreadr(file,options);
model = pltreadr(file);
model = pltreadr();

Description

Imports a Vision Air PLT model file into the workspace as an EVRI Model structure.

Inputs

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

Outputs

  • model' = An EVRI Model structure.

See Also

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