![]() |
![]() |
|
PLS_Toolbox Documentation: autoimport | < auto | autocor > |
autoimport
Purpose
Automatically reads specified file. Handles all standard filetypes.
Synopsis
autoimport(filename,methodname,options)
[data,name,source] = autoimport(filename,methodname,options)
Description
Automatically identifies a filetype and calls the appropriate reader. If no filename is provided, the user is prompted for a desired filetype to browse for. If no filename is provided but a specific filetype is provided, the user is prompted for a file of the given type.
If output is requested, the loaded item(s) is/are returned as a single output. If no outputs are requested, the items are loaded into the base workspace or other action as defined by the options structure.
Options
See Also
imageload, jcampreadr, parsexml, spcreadr, xclreadr, xyreadr
< auto | autocor > |