Diff of /axes1_CreateFcn.m [000000] .. [81c116]

Switch to unified view

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