/[MITgcm]/MITgcm_contrib/jmc_script/put_date.m
ViewVC logotype

Contents of /MITgcm_contrib/jmc_script/put_date.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Jan 10 18:27:54 2013 UTC (11 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: testing_tag01, HEAD
some useful matlab script

1 % $Header: $
2 % $Name: $
3 %- just these 3 lines to add current date @ the bottom-right corner of a plot
4 axes('position',[.01,.01,.99,.99],'Visible','off');
5 Tdate=text(0.9,0.02,date);
6 set(Tdate,'HorizontalAlignment','center','FontSize',7);

  ViewVC Help
Powered by ViewVC 1.1.22