www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@xregdataset/length.m

    function s = length(T);
% DATASET/LENGTH

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.



% NOT up to Version 2 standard yet.
% Supports new cell array structure but only refers to lowest level.

s = length(T.sizes{1});