IRIS Toolbox Reference Manual

irisget

Query current IRIS config options

Syntax

Value = irisget(Option)
S = irisget()

Input arguments

Output arguments

Description

You can view any of the modifiable options listed in irisset, plus the following non-modifiable ones (these cannot be changed by the user):

When called without any input arguments, the irisget function returns a struct with all options and their current values.

Example

irisget('dateformat')

ans =

YFP

g = irisget();
g.dateformat

ans =

YFP