?? mbtime.m
字號:
function nowinseconds = mbtime
%MBTIME Return serial date number converted to seconds
% TIME = MBTIME returns the serial date number as returned by function
% NOW converted to seconds.
%
% Example:
% time = mbtime;
%
% Markus Buehren
% Last modified 21.04.2008
%
% See also NOW, CLOCK, DATENUM.
% function datenummx is a mex-file found in toolbox/matlab/timefun
nowinseconds = datenummx(clock)*86400;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -