Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
5
Task/Show-the-epoch/MATLAB/show-the-epoch.m
Normal file
5
Task/Show-the-epoch/MATLAB/show-the-epoch.m
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
d = [0,1,2,3.5,-3.5,1000*365,1000*366,now+[-1,0,1]];
|
||||
for k=1:length(d)
|
||||
printf('day %f\t%s\n',d(k),datestr(d(k),0))
|
||||
disp(datevec(d(k)))
|
||||
end;
|
||||
Loading…
Add table
Add a link
Reference in a new issue