Global Index (all files) (short | long) | Local contents | Local Index (files in subdir) (short | long)
Options = geaoptload(FileName, FilePath)
LOAD OPTions from a text file
This function loads OPTIONS from a text file. The names of the options
are identical to the GEA options defined in geaoptset.
However, the functionmay be used for reading everything else as well.
This function is used for:
- loading parameters defined by the user for the GEA Toolbox
(especially for the compiled version of GEATbx)
Syntax: Result = geaoptload(FileName, FilePath)
Input parameter:
FileName - String containing name of file to load from
FilePath - (optional) String containing path to file
Output parameter:
Options - Structure containing options from file
if an error occured, Options will be empty
(Options = []).
See also: geamain, geaoptsave, geaoptset, geaoptprint
| This function calls | This function is called by |
|---|---|