Writeasf: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
(New page: ===Purpose=== Writes Hamilton Sundstrand ASF files from a dataset object. ===Synopsis=== :writeasf(x) :writeasf(x, 'filename') :writeasf(x, 'filename', options) ===Description=== Desc...)
 
imported>Scott
Line 17: Line 17:
* '''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.
* '''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.


====Outputs====
 
* '''firstout''' = first output is this.


===Options===
===Options===

Revision as of 20:55, 11 March 2009

Purpose

Writes Hamilton Sundstrand 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, editds, jcampreadr, spcreadr, xclreadr