gui_Singleton = 1; gui_State = struct('gui_Name', mfilename, ... 'gui_Singleton', gui_Singleton, ... 'gui_OpeningFcn', @exudates_OpeningFcn, ... 'gui_OutputFcn', @exudates_OutputFcn, ... 'gui_LayoutFcn', [] , ... 'gui_Callback', []); if nargin && ischar(varargin{1}) gui_State.gui_Callback = str2func(varargin{1}); end if nargout [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:}); else gui_mainfcn(gui_State, varargin{:}); end % End initialization code - DO NOT EDIT
% --- Executes just before exudates is made visible. function exudates_OpeningFcn(hObject, eventdata, handles, varargin)
% This function has no output args, see OutputFcn.
% hObject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% varargin command line arguments to exudates (see VARARGIN) % Choose default command line output for exudates handles.output = hObject; handles.rad1=1; handles.rad2=0; handles.cfilename=' '; handles.cpathname=' '; handles.sfilename=' '; handles.spathname=' '; handles.equ=0; %set(handles.pushbutton2,'Enable','off'); set(handles.pushbutton3,'Enable','off'); axes(handles.axes1); axis off axes(handles.axes2); axis off axes(handles.axes3); axis off axes(handles.axes4); axis off axes(handles.axes5); axis off axes(handles.axes6); axis off axes(handles.axes7); axis off axes(handles.axes8); axis off axes(handles.axes9); axis off set(handles.text9,'visible','off'); set(handles.text10,'visible','off'); set(handles.text8,'visible','off'); set(handles.text7,'visible','off'); set(handles.text6,'visible','off'); %set(handles.text5,'visible','off');
%set(handles.text4,'visible','off');
%set(handles.text3,'visible','off');