| 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.
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.