ancestor.m
来自「ROC曲线是一个非常有用的技术」· M 代码 · 共 14 行
M
14 行
function h=ancestor(obj, type)
% ANCESTOR function overloaded as JCONTROL method
%
% Example:
% h=ancestor(obj, type)
%
% returns the appropriate ancestor of the obj.hgcontainer
%
% See also builtin/ancestor
%
h=ancestor(obj.hgcontainer, type);
return
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?