www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/+mbcgui/+hgclassesutil/toNative.m

    function H = toNative(H)
%TODOUBLE Convert an HG object to its default handle type
%
%   toNative(H) converts the HG handle H into the representation that is
%   the default for Matlab. 

%   Copyright 2008-2014 The MathWorks, Inc.

    
%TODO: does this return MCOS?
H = handle(H);