?? mbdatevec.m
字號:
function vec = mbdatevec(n)
%MBDATEVEC Return date vector for time in format as of function MBTIME.
% VEC = MBDATEVEC(N) returns the date vector VEC for the time N as
% returned by function MBTIME (serial date number converted to seconds).
%
% Example:
% time = mbtime;
% vec = mbdatevec(time);
%
% Markus Buehren
% Last modified 21.04.2008
%
% See also MBTIME, DATEVEC.
vec = datevec(n/86400);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -