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

    function d = days(x)
%DAYS Create tall durations from numeric values in units of standard-length days.
%   Supported syntaxes:
%   D = DAYS(T)
%
%   See also DURATION/DAYS, DAYS.
        
%   Copyright 2016 The MathWorks, Inc.

d = durationToggleFcn(@days, x);
end