Pltreadr: Difference between revisions
Jump to navigation
Jump to search
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...") |
imported>Benjamin mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
===Synopsis=== | ===Synopsis=== | ||
:model = | :model = pltreadr(file,options); | ||
:model = pltreadr(file); | |||
:model = pltreadr(); | |||
===Description=== | ===Description=== | ||
Line 20: | Line 22: | ||
====Outputs==== | ====Outputs==== | ||
* ''model''' = An EVRI Model structure. | * ''model''' = An EVRI Model structure. | ||
===See Also=== | |||
[[Alphabetical Index]], [[Data Importing Formats]], [[textreadr]], [[writeplt]], [[visionairxmlreadr]] |
Latest revision as of 12:01, 7 September 2017
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