📄 parent.m
字号:
function p = parent(tree,uid)
% XMLTREE/PARENT Parent Method
% FORMAT uid = parent(tree,uid)
%
% tree - XMLTree object
% uid - UID of the lonely child
% p - UID of the parent ([] if root is the child)
%_______________________________________________________________________
%
% Return the uid of the parent of a node.
%_______________________________________________________________________
% @(#)parent.m Guillaume Flandin 02/04/08
p = tree.tree{uid}.parent;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -