| 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.
IMF_concatenate --> GUI
IMF_concatenate(1,7) Concatenates g_ws(1) and g_ws(7)... and creates a new 'ws*.mat'file.