IMF - Toolbox

IMF_concatenate

   Examples      See Also


Syntax


IMF_concatenate
IMF_concatenate(fileID1,fileID2,....)

Description


IMF_concatenate concatenates files in the variable g_ws(*) and creates a new 'ws*.mat' file

IMF_concatenate(fileID1,fileID2,....) Concatenates g_ws(fileID1) and g_ws(fileID2)... and creates a new 'ws*.mat'file.


Examples


IMF_concatenate --> GUI

IMF_concatenate(1,7) Concatenates g_ws(1) and g_ws(7)... and creates a new 'ws*.mat'file.


See Also

IMF_addto_wsp
IMF_clear_wsp
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_flat
IMF_write_to_mat


[ Previous | Reference Summary | Next ]