Financial Time Series | ![]() ![]() |
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 will be tab-delimited.
stat = fts2ascii(filename, dates, data, colheads, desc, exttext)
writes into an ASCII file filename
the dates and data contained in the column vector dates and the column-oriented matrix data
. dates will be the first column, and columns of data
will be the subsequent ones. The data in the file will be tab-delimited.
stat
indicates whether file creation is successful (1
) or not (0
).
See Also
![]() | freqstr | fts2mtx | ![]() |