Financial Time Series Toolbox | ![]() ![]() |
Write elements of time series data into an ASCII file
Syntax
stat = fts2ascii(filename, tsobj, exttext) stat = fts2ascii(filename, dates, data, colheads, desc, exttext)
Arguments
Description
stat = fts2ascii(filename, tsobj, exttext)
writes the financial time series object tsobj
into an ASCII file filename
. The data in the file is tab delimited.
stat = fts2ascii(filename, dates, data, colheads, desc, exttext)
writes into an ASCII file filename
the dates, times, and data contained in the column vector dates and the column-oriented matrix data
. The first column in filename
contains the dates, followed by times
(if specified). Subsequent columns contain the data
. The data in the file is tab delimited.
stat
indicates whether file creation is successful (1
) or not (0
).
See Also
![]() | freqstr | fts2mtx | ![]() |