Writeasf

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

Writes AIT ASF files from a dataset object.

Synopsis

writeasf(x)
writeasf(x, 'filename')
writeasf(x, 'filename', options)

Description

Description of the function and optionally include other things.

Inputs

  • x = dataset object.
  • filename = a text string with the name of an ASF file or a cell of strings of ASF filenames. If (filename) is omitted or an empty cell or array, the user will be prompted to select a folder and then one or more files in the identified folder. If (filename) is a blank string , the user will be prompted to select a single file.


Options

options = a structure array with the following fields:

  • lfn : [ 'yes' | 'no'] Governs behavior when long file names are allowed; setting to 'no' generates output file(s) that are compatible with 8.3 file naming convention

See Also

asfreadr, autoexport, editds, jcampreadr, spcreadr, xclreadr