Please use the following to acknowledge use of IRFU-Matlab in your publications:
Data analysis was performed using the IRFU-Matlab analysis package available at https://github.com/irfu/irfu-matlab
A few examples of irfu-matlab usage can be seen under web page https://sites.google.com/site/irfumatlab/
Download the code and add to the Matlab path the directory 'irfu-matlab'.
To download the code from the command line run
git clone git://github.com/irfu/irfu-matlab.gitIf you want only the latest version and not the full repository run
git clone --depth=1 git://github.com/irfu/irfu-matlab.gitAny time you want to update the code to the latest version, run from the command line
git pullIf you do not use command line there are github programs for Windows and Mac, see github web page.
Each time starting new Matlab session execute in Matlab:
irfTo see help execute in Matlab
help irfu-matlabTo test an example execute in Matlab:
Example_1this should download Cluster data from the CSA archive and plot the figure consisting of 5 panels with data from different instruments.
If you experience any issues with irfu-matlab please submit an issue via our github page.
When submitting a new issue, please provide information required to replicate the issue as well as information regarding operating system and version of Matlab used.