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

    function m = minutes(x)
%MINUTES Create tall durations from numeric values in units of minutes.
%   Supported syntaxes:
%   M = MINUTES(T)
%
%   See also DURATION/MINUTES, MINUTES.
        
%   Copyright 2016 The MathWorks, Inc.

m = durationToggleFcn(@minutes, x);
end