IMF - Toolbox

IMF_load_wsp

   Examples      See Also


Syntax


IMF_load_wsp
IMF_load_wsp(fileID1,fileID2,....)

Description


IMF_load_wsp loads data from 'ws*.mat' - files to the IMF - Toolbox workspace (variable g_ws(*)) using a GUI.

IMF_load_wsp(fileID1,fileID2,....) loads data from 'wsfileID1.mat, wsfileID2.mat ...' to the IMF - Toolbox workspace (variables g_ws(fileID1), g_ws(fileID2)...).


Examples


IMF_load_wsp(1,7) loads the Files with the file-ID: 1,7 (ws1.mat,ws7.mat) to the IMF - Toolbox workspace.


See Also

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


[ Previous | Reference Summary | Next ]