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

    function y = caldays(x)
%CALDAYS Convert tall calendar durations to and from numbers of whole calendar days.
%   Supported syntaxes:
%   D = CALDAYS(T)
%
%   See also CALENDARDURATION/CALDAYS, CALDAYS.

%   Copyright 2016 The MathWorks, Inc.

y = calendarDurationToggleFcn(@caldays, x);
end