www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@xregGui/@scrollaxes/construct.m

    function varargout = construct(h, ConstructFcn)
%CONSTRUCT Construct Child items in the scrollaxes
%
%   CONSTRUCT(H, FCN) constructs child items in the scrollaxes. FCN must be
%   a handle to a function with the syntax FCN(HAXES).
%
%   [A, B, ...] = CONSTRUCT(...) captures any output arguments from the
%   supplied function.

%   Copyright 2008-2010 The MathWorks, Inc.

[varargout{1:nargout}] = ConstructFcn(h.AxesHandle);