Create tree node component
creates a tree node UI
component inside a tree within a new figure window and returns the
node
= uitreenodeTreeNode
object. MATLAB® calls the uifigure
function to create the
figure.
creates a tree node in the specified parent container. The parent container can be a
node
= uitreenode(parent
)Tree
or TreeNode
object.
specifies node
= uitreenode(___,Name,Value
)TreeNode
property values using one or more
Name,Value
pair arguments. Specify
Name,Value
as the last set of arguments when you use any of
the previous syntaxes.