Pltreadr

From Eigenvector Research Documentation Wiki
Revision as of 10:51, 17 July 2017 by imported>Benjamin (Created page with "===Purpose=== Converts a Vision Air PLT model file as EVRI Model structure. ===Synopsis=== :model = writeplt(file); ===Description=== Imports a Vision Air PLT model file...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

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

Synopsis

model = writeplt(file);

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.