[81c116]: / text4_CreateFcn.m

Download this file

13 lines (10 with data), 522 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
% --- Executes during object creation, after setting all properties.
function text4_CreateFcn(hObject, eventdata, handles)
% hObject handle to text4 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
handles.Threshold_Val_display_object = hObject;
handles.Threshold_Val_display_object.String = '[]';
% Update handles structure
guidata(hObject, handles);
end