Value = irisget(Option)
S = irisget()
Option [ char ] - Name of the queried IRIS configuration option.Value [ ... ] - Current value of the queried configuration option.
S [ struct ] - Structure with all configuration options and their current values.
You can view any of the modifiable options listed in irisset, plus the following non-modifiable ones (these cannot be changed by the user):
'userConfigPath=' [ char ] - The path to the user configuration file called by the last executed irisstartup.
'irisRoot=' [ char ] - The current IRIS root directory.
'version=' [ char ] - The current IRIS version string.
When called without any input arguments, the irisget function returns a struct with all options and their current values.
When used as input arguments in the irisget function, the option names are case-insensitive. When referring to field names of an output struct returned by the irisget function, all option names are lower-case and case-sensitive.
irisget('dateFormat')
ans =
YFP
g = irisget();
g.dateformat
ans =
YFP