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

    function h = hours(x)
%HOURS Create tall durations from numeric values in units of hours.
%   Supported syntaxes:
%   H = HOURS(T)
%
%   See also DURATION/HOURS, HOURS.
        
%   Copyright 2016 The MathWorks, Inc.

h = durationToggleFcn(@hours, x);
end