| IMF - Toolbox |
IMF_addto_wsp | Examples See Also |
Syntax
IMF_addto_wsp IMF_addto_wsp(fileID1,fileID2,....)
Description
IMF_addto_wsp adds data from 'ws*.mat' - files to the IMF - Toolbox workspace (variable g_ws(*)) using a GUI.
IMF_addto_wsp(fileID1,fileID2,....) adds data from 'wsfileID1.mat, wsfileID2.mat ...' to the IMF - Toolbox workspace (variables g_ws(fileID1), g_ws(fileID2)...).
IMF_addto_wsp(1,7) adds the Files with the file-ID: 1,7 (ws1.mat,ws7.mat) to the IMF - Toolbox workspace.