gusucode.com > bigdata 工具箱 matlab源码程序 > bigdata/@tall/hGetAdaptor.m

    function a = hGetAdaptor(t)
%hGetAdaptor Return the adaptor.

% Copyright 2016 The MathWorks, Inc.

a = t.Adaptor;
end