 Parent Directory
|
 Parent Directory
|  Revision Log
|
 Revision Log
|  Revision Graph
|
 Revision Graph
|  Patch
 Patch
| revision 1.1 by enderton, Mon Jan 31 15:43:27 2005 UTC | revision 1.2 by enderton, Tue Feb 1 17:05:25 2005 UTC | |
|---|---|---|
| # | Line 111 end | Line 111 end | 
| 111 | ||
| 112 | % Save plot as desired. | % Save plot as desired. | 
| 113 | if SavePlots | if SavePlots | 
| 114 | outputfile = [outputdir,'/',pagename,'.eps']; | if isequal(outputdir,'') | 
| 115 | outputfile = [pagename,'.eps']; | |
| 116 | else | |
| 117 | outputfile = [outputdir,'/',pagename,'.eps']; | |
| 118 | end | |
| 119 | print('-depsc2',outputfile); | print('-depsc2',outputfile); | 
| 120 | end | end | 
| 
 | ||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |