IMF - Toolbox

IMF_write_flat

   Examples      See Also


Syntax

IMF_write_flat
IMF_write_flat(ID,format)
IMF_write_flat(ID,format,filename)
IMF_write_flat(ID,format,filename,pathname)


Description

IMF_write_flat --> GUI

IMF_write_flat(ID,format) Writes the file 'wsID.mat'-file in the specified format. Format can be 'CHIMAG' (IWF-format), 'UCLAPH' IGPP-space physics group format, 'UCLASW' IGPP-space weather group format

IMF_write_flat(ID,format,filename) Writes the file 'wsID.mat'-file in the specified format to a file called filename.

IMF_write_flat(ID,format,filename,pathname) Additionally a path is specified.


Example

IMF_write_flat(25,'UCLAPH','PC3_001','C:\FOUND\PC3')

See Also

IMF_addto_wsp
IMF_clear_wsp
IMF_concatenate
IMF_delete_mat
IMF_export_data
IMF_import_data
IMF_load_wsp
IMF_read_Cluster
IMF_read_flat
IMF_reorganize
IMF_repair_index
IMF_write_to_mat


[ Previous | Reference Summary | Next ]