root/gliderproc/trunk/MATLAB/util/printm.m
Revision 495 (checked in by cbc, 12 years ago) |
---|
Line | |
---|---|
1 | function [] = printm( filename ) |
2 | % function [] = printm( filename ) |
3 | % |
4 | % print Postscript file with a signature |
5 | |
6 | timestamp(filename) |
7 | eval(['print -dps ',filename]) |
Note: See TracBrowser for help on using the browser.