function fig = select_Euclid() load select_Euclid h0 = figure('Color',[0.8 0.8 0.8], ... 'Colormap',mat0, ... 'PointerShapeCData',mat1, ... 'Position',[221 135 560 420], ... 'Tag','Fig1'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'Callback',mat2, ... 'FontSize',22, ... 'ListboxTop',0, ... 'Position',[24 231.75 367.5 69], ... 'String',mat3, ... 'Style','text', ... 'Tag','StaticText1'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'Callback','DY=get(gco,''Value'');save Euclid DY', ... 'ListboxTop',0, ... 'Max',20, ... 'Min',-20, ... 'Position',[262.5 54.75 18.75 161.25], ... 'Style','slider', ... 'Tag','Slider1', ... 'Value',3); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'Callback','DX=get(gco,''Value''); save Euclid DX', ... 'ListboxTop',0, ... 'Max',20, ... 'Min',-20, ... 'Position',[81.75 57.75 17.25 158.25], ... 'Style','slider', ... 'Tag','Slider2'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'Callback','ROT=get(gco,''Value'');save Euclid ROT', ... 'ListboxTop',0, ... 'Max',90, ... 'Min',-90, ... 'Position',[87.75 10.5 195.75 15], ... 'String','6.3', ... 'Style','slider', ... 'Tag','Slider3', ... 'Value',-29.16); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'FontSize',11, ... 'ListboxTop',0, ... 'Position',[117.75 134.25 18 12.75], ... 'String','DX', ... 'Style','text', ... 'Tag','StaticText2'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'FontSize',11, ... 'ListboxTop',0, ... 'Position',[309 132 18.75 15], ... 'String','DY', ... 'Style','text', ... 'Tag','StaticText3'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'FontSize',11, ... 'ListboxTop',0, ... 'Position',[170.25 38.25 30 12.75], ... 'String','ROT', ... 'Style','text', ... 'Tag','StaticText4'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'ListboxTop',0, ... 'Max',30, ... 'Min',-30, ... 'Position',[289.5 77.25 20.25 19.5], ... 'String','20', ... 'Style','text', ... 'Tag','StaticText5'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'Callback','30', ... 'FontSize',11, ... 'ListboxTop',0, ... 'Position',[287.25 191.25 21 15], ... 'String','20', ... 'Style','text', ... 'Tag','StaticText6'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'FontSize',11, ... 'ListboxTop',0, ... 'Max',30, ... 'Min',-30, ... 'Position',[58.5 81.75 17.25 14.25], ... 'String','-20', ... 'Style','text', ... 'Tag','StaticText7'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'FontSize',11, ... 'ListboxTop',0, ... 'Position',[54.75 187.5 21 13.5], ... 'String','20', ... 'Style','text', ... 'Tag','StaticText8'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'ListboxTop',0, ... 'Position',[59.25 11.25 21.75 13.5], ... 'String','-90', ... 'Style','text', ... 'Tag','StaticText9'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'ListboxTop',0, ... 'Position',[290.25 9 24.75 15], ... 'String','90', ... 'Style','text', ... 'Tag','StaticText10'); if nargout > 0, fig = h0; end