[81c116]: / axes2_CreateFcn.m

Download this file

14 lines (11 with data), 533 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
% --- Executes during object creation, after setting all properties.
function axes2_CreateFcn(hObject, eventdata, handles)
% hObject handle to axes2 (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 axes2
% Add the Axes information to the Handles
handles.Diameter_Plot = hObject;
% Update handles structure
guidata(hObject, handles);
end