Parent Directory
|
Revision Log
|
Revision Graph
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 |