⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 time.m

📁 SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems
💻 M
字号:
function y = time()%TIME   Timestamp.%       S = TIME returns a string containing the date and time. %       Copyright (c) 1984-93 by The MathWorks, Inc. t = clock;base = t(1) - rem(t(1),100);months = ['Jan';'Feb';'Mar';'Apr';'May';'Jun';          'Jul';'Aug';'Sep';'Oct';'Nov';'Dec'];y = [int2str(t(3)),'-',months(t(2),:),'-',int2str(t(1)-base), ...     '  ',int2str(t(4)),':', int2str(t(5)),':', int2str(t(6))];

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -