Financial Time Series Toolbox    
fieldnames

Get names of fields

Syntax

Arguments

tsobj
Financial time series object
srsnameonly
Field names returned:
0 = all field names (default).
1 = data series names only.

Description

fieldnames gets field names in a financial time series object.

fnames = fieldnames(tsobj) returns the field names associated with the financial time series object tsobj as a cell array of strings, including the common fields: desc, freq, dates (and times if present) .

fnames = fieldnames(tsobj, srsnameonly) returns field names depending upon the setting of srsnameonly. If srsnameonly is 0, the function returns all field names, including the common fields: desc, freq, dates, and times. If srsnameonly is set to 1, fieldnames returns only the data series in fnames.

See Also

chfield, getfield, isfield, rmfield, setfield


  fetch fillts