Writeasf: Difference between revisions
Jump to navigation
Jump to search
imported>Scott |
imported>Scott |
||
Line 27: | Line 27: | ||
===See Also=== | ===See Also=== | ||
[[asfreadr]], [[editds]], [[jcampreadr]], [[spcreadr]], [[xclreadr]] | [[asfreadr]], [[autoexport]], [[editds]], [[jcampreadr]], [[spcreadr]], [[xclreadr]] |
Revision as of 15:30, 21 September 2011
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, autoexport, editds, jcampreadr, spcreadr, xclreadr