Export Data from VibrationData Toolbox
To export data from the toolbox, navigate to the bottom right of the main window.
This will load a window where you can specify the variable to export and the export format. You can also create combine variables by using standard MATLAB syntax as shown in this example:
matrix = [var1, var2]
More information on how to combine variables into matrixes is available in MATLAB's help docs.
You can reference the current variables available to export from the Workspace window.