User Tools

Site Tools


makematlabeps

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

makematlabeps [2008/02/12 14:29] – created kleinermakematlabeps [2008/04/04 07:38] (current) kleiner
Line 24: Line 24:
        
   >>   >>
 +
  
 ====  Doing the Job  ==== ====  Doing the Job  ====
Line 45: Line 46:
   >> get(gcf, 'PaperPosition')   >> get(gcf, 'PaperPosition')
      
-    ans = [[0.2500|0.2500 8.0000 6.0000]]+    ans = [0.2500 0.2500 8.0000 6.0000]
 These values correspond to defaults; the figure will be 8 inches wide and 6 inches high. If you want to reduce e.g. the height, use the command These values correspond to defaults; the figure will be 8 inches wide and 6 inches high. If you want to reduce e.g. the height, use the command
-  set(gcf, 'PaperPosition', [[0.25|0.25 8 3]]);+  set(gcf, 'PaperPosition', [0.25 0.25 8 3]);
 to change the height from 6 to 3 inches.  to change the height from 6 to 3 inches. 
  
makematlabeps.txt · Last modified: 2008/04/04 07:38 by kleiner