IMF - Toolbox

IMF_export_data

   Examples      See Also


Syntax


IMF_export_data(subplotnumber)
IMF_export_data(subplotnumber,'timename','dataname1','dataname2',....)

Description


IMF_export_data(subplotnumber) assigns all data series from subplotnumber in the MATLAB Command Window with their default names.

IMF_export_data(subplotnumber,'timename','dataname1','dataname2',....) subplotnumber in the MATLAB Command Window with the user defined names.



Remarks


Type whos in the MATLAB Command Window after exporting to see the new variables.


Examples


IMF_export_data('UT','BX','BY','BZ') assignes the variables 'UT','BX','BY','BZ', in the MATLAB Command Window.


See Also

IMF_import_data



[ Previous | Reference Summary | Next ]