get
Returns the value of the named property p from the graphics handle, h. If property name is omitted, all properties of h will be returned.
Syntax
get(h)
get(h, p)
Inputs
- h
 - Graphics handle.
 - p
 - Property to be requested.
 
Outputs
- R
 - The value of h.
 
Example
Simple get example
titleHandle = get(gca, 'title')
      titleHandle = 17.2124452