reverse-shooting

Matlab scripts for reverse shooting
Log | Files | Refs | README

figsetup.m (210B)


      1 % figsetup.m
      2 %
      3 %  A simple set of code to set the default properties of the figure
      4 %   -- especially its size and position on the screen
      5 
      6 clf;
      7 set(gcf,'Outerposition',[321         194        1080         812]);