www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/CreateArrayOfFixedLengthYearsExample.m

    %% Create Duration Array of Fixed-Length Years

% Copyright 2015 The MathWorks, Inc.

X = [1 3 5; 10 12 15]
%%
Y = years(X)