[Master Index] [Index for export/brede]

brede_write_air

(export/brede/brede_write_air.m)


Function Synopsis

brede_write_air_keyinfo_svarer(fid, K)

Help text

 brede_write_air       - Write Roger Woods AIR file
 
       function brede_write_air(M, 'PropertyName', 'ProerptyValue')

       Input:    M         'Mat' structure with 'Air' structure

       Property: Endian    [ big | {little} ] Endianess of AIR file.
                 Filename  String for AIR filename
                 Path      [ {[]} | '' | string ] Overwrites paths
                           in filename fields of AIR structure
                 Type      [ {Air16} | Svarer ] Type of AIR file.                

       Write Roger Woods 16-parameters AIR-file with "new" Air16
       structure of AIR5.

       If type=Svarer then a modified format of Claus Svarer will be
       written, and this is not compatible with the original format.

       If the 'filename' is not set then the filename is constructed
       from the filename in the M.Air.sFile field.

       The 'path' property will modify the written path in the
       filenames. if path==[] then no modification occures and if
       path=='' then the paths will be removed. 

       See brede_air for definition of AIR format. 

       Example: 
         M = brede_read_air('pet.air');
         brede_write_air(M, 'path', '', 'filename', 'pet_nopath.air')

       See also BREDE, BREDE_AIR, BREDE_READ_AIR, BREDE_WRITE,
                BREDE_MAT, BREDE_UI_MAT, BREDE_VOL_XFORM.  

 $Id: brede_write_air.m,v 1.2 2007/06/07 17:19:27 fn Exp $

Cross-Reference Information

This function is called by

Produced by mat2html on Fri Jun 20 17:43:05 2008
Cross-Directory links are: OFF