[81c116]: / axes1_CreateFcn.m

Download this file

14 lines (11 with data), 548 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
% --- Executes during object creation, after setting all properties.
function axes1_CreateFcn(hObject, eventdata, handles)
% hObject handle to axes1 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: place code in OpeningFcn to populate axes1
% Add the Axes information to the Handles
handles.Plot_Image = hObject;
% Update handles structure
guidata(hObject, handles);
end