Financial Time Series Toolbox | ![]() ![]() |
Saving Time Series Data
The Save and Save As items on the main window File menu let you save the time series data that results from your analyses and computations. These items save all time series data that has been loaded or processed during the current session, even if the window displaying the results of a computation has previously been dismissed.
Note The Save and Save As items on the File menu of individual plot windows are not available for use. |
You can save your time series data in two ways:
To illustrate this, start by loading the data file testftsdata.mat
(located in <matlab>/toolbox/ftseries/ftsdata>
. Then, convert the Disney (DIS) data from daily (the original frequency) to monthly data. Next, run the MACD analysis on the Whirlpool (WHR) data. You now have a set of five open figure windows.
Saving into the Original File (Save)
To save the data back into the original file (testftsdata.mat
), choose Save on the File menu.
A confirmation window appears. It confirms that the data has been saved in the latest MAT-file loaded (testftsdata.mat
in this example).
Saving into a New File (Save As)
To save the data in a different file, choose Save As from the File menu.
The dialog box that appears lets you choose an existing MAT-file from a list or type in the name of a new MAT-file you want to create.
After you click the Save button, another confirmation window appears.
This confirmation window indicates that the data has been saved in a new file named myftstestdata.mat
.
![]() | Graphs Menu | Function Reference | ![]() |