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

    function H = toDouble(H)
%TODOUBLE Convert an HG object to a double representation
%
%   toDouble(H) converts the HG handle H into a double handle
%   representation.  Note that in the future the double representation may be
%   deprecated and all calls to this function may ultimately have to be
%   removed.

%   Copyright 2008-2013 The MathWorks, Inc.

H = double(H);