source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/BlueCCal/MultiCamSelfCal/MartinecPajdla/startup.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 465 bytes
Line 
1MATLAB_PATH = '/usr/local/matlab/';
2
3global Start_path;
4Start_path = '/home.dokt/martid1/export/svoboda/Matlab';
5setpaths;
6
7screen = get(0, 'ScreenSize');
8xwidth = screen(4)/2;
9ywidth = screen(4)/2;
10set(0, 'defaultfigureposition', [screen(3)-xwidth*1.1 5 xwidth*1.1-4 ywidth*0.9]);
11clear screen xwidth ywidth
12
13set(0,'FormatSpacing',         'compact',...
14      'DefaultFigureColormap' , (0:1/63:1)'*[1 1 1],...
15      'DefaultFigureMenu', 'none' );
16close
17
18flops(0);
Note: See TracBrowser for help on using the repository browser.