irisset(Option,Value)
irisset(Option,Value,Option,Value,...)
Option
[ char ] - Name of the IRIS configuration option that will be modified.
Value
[ ... ] - New value that will be assigned to the option.
'dateFormat='
[ char | 'YPF'
] - Date format used to display dates in the command window, CSV databases, and reports. Note that the default date format for graphs is controlled by the 'plotdateformat='
option. The default 'YFP' means that the year, frequency letter, and period is displayed. See also help on dat2str
for more date formatting details. The 'dateformat='
option is also found in many IRIS functions whenever it is relevant, and can be used to overwrite the 'irisset='
settings.
'freqLetters='
[ char | 'YHQBMW'
] - Six letters used to represent the six possible frequencies of IRIS dates, in this order: yearly, half-yearly, quarterly, bi-monthly, monthly, and weekly (such as the 'Q'
in '2010Q1'
).
'months='
[ cellstr | {'January',...,'December'}
] - Twelve strings representing the names of the twelve months; this option can be used whenever you want to replace the default English names with your local language.
'plotDateFormat='
[ char | struct('yy','Y','hh','Y:P','qq','Y:P','bb','Y:P','mm','Y:P','ww','Y:P')
] - Default date formats used to display dates in graphs including graphs in reports. The default date formats are set individually for each of the 6 ate frequencies in a struct with the following fields: .yy
, .hh
, .qq
, .bb
, .mm
, .ww
. Dates with indeterminate frequency are printed as plain numbers.
'tseriesFormat='
[ char | empty ] - Format string for displaying time series data on the screen. See help on the Matlab sprintf
function for how to set up format strings. If empty the default format of the num2str
function is used.
tseriesMaxWSpace='
[ numeric | 5
] - Maximum number of white spaces printed between individual columns of a multivariate tseries object on the screen.
'standinMonth='
[ numeric | 'last'
| *1*
] - Month that will represent a lower-than-monthly-frequency date if the month is part of the date format string.
'wwDay='
[ 'Mon'
| 'Tue'
| 'Wed'
| 'Thu'
| 'Fri'
| 'Sat'
| 'Sun'
] - Day of week that will represent weeks in date strings, see dates/dat2str
, and when weekly tseries objects are displayed on the screen.
'pdflatexPath='
[ char ] - Location of the pdflatex.exe
program. This program is called to compile report and publish m-files. By default, IRIS attempts to locate pdflatex.exe
by running TeX's kpsewhich
, and which
on Unix platforms.
'epstopdfPath='
[ char ] - Location of the epstopdf.exe
program. This program is called to convert EPS graphics files to PDFs in reports.