gusucode.com > datatypes 工具箱matlab源码程序 > datatypes/+matlab/+internal/+datatypes/istabular.m

    function tf = istabular(obj)
%   Copyright 2016 The MathWorks, Inc.
    tf = isa(obj, 'tabular');
end