TextObj
Construct a text object handle.
Syntax
Section titled “Syntax”h = TextObjh = TextObj(s)Description
Section titled “Description”Returns a handle to a text object with optional initial string s. Used internally by chart annotations and labels — most user code interacts with text via higher-level functions like title, xlabel, text.
Example
Section titled “Example”h = TextObj('Hello')