Class: timer
Query property values for timer object
get(
queries
property values for timer object, t
)t
, and displays
all property names and current values. t
must be
a scalar timer object.
V = get(
queries
property values for timer object, t
)t
and returns
a structure, V
, where each field name is the name
of a property of t
and each field contains the
value of that property. If t
is an M-by-1 vector
of timer objects, V
is an M-by-1 array of structures.
|
Object of class |
|
Character vector or string scalar that specifies a |
You can also use dot notation can also be used to query timer
object properties. For example, t.Running
returns
the same value as get(t,'Running')
.