Matlab - Caspoc mat file export.
Export to a mat file should be done if you have a large amount of data. Matlab *.mat are processed faster than data stored in a *.m file, as they are directly stored in the memory and are of binary format.
By selecting the mat file export, a matlab file is exported that holds the contents of the scopes.
Using the plot(trace1,trace2) command, you can plot the contents of the scope in a figure.