IMF - Toolbox

IMF_write_to_mat

   Examples


Syntax


IMF_write_to_mat
IMF_write_to_mat(name_title,comment,subplotnumber,event_value)

Description


IMF_write_to_mat stores all the data series displayed in the subplot subplotnumber in a new 'ws*.mat - file. This routine asks you questions about the input parameter.

IMF_write_to_mat(name_title,comment,subplotnumber,event_value) stores all the data series displayed in the subplot subplotnumber in a new 'ws*.mat' - file with input parameter name_title (name and title of the new 'ws*.mat' - file), comment, subplotnumber, event_value (event flag).



Remarks


If the flag event_value is set to 1 a new entry in the text file event.txt will be created. This text file contains the following characteristic data of the event.

FILE_PRODUCER FILE_NAME PATH_NAME DATA_SET_LOCATION DATA_SET_START_TIME DATA_SET_STOP_TIME GENERAL_DESCRIPTION

The columns are Tab-spaced, so this table can be easily imported into Excel.

Examples


IMF_write_to_MAT('Event 25','Strong PC 3 pulsations',2,1) Stores the data series from subplot 2 and creates an entry in the file event.txt.




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_flat
[ Previous | Reference Summary | Next ]