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

    function y = calquarters(x)
%CALQUARTERS Convert tall calendar durations to and from numbers of whole calendar quarters.
%   Supported syntaxes:
%   Q = CALQUARTERS(T)
%
%   See also CALENDARDURATION/CALQUARTERS, CALQUARTERS.

%   Copyright 2016 The MathWorks, Inc.

y = calendarDurationToggleFcn(@calquarters, x);
end