a b/text4_CreateFcn.m
1
% --- Executes during object creation, after setting all properties.
2
function text4_CreateFcn(hObject, eventdata, handles)
3
    % hObject    handle to text4 (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
    handles.Threshold_Val_display_object        = hObject;
8
    handles.Threshold_Val_display_object.String = '[]';
9
    
10
    % Update handles structure
11
    guidata(hObject, handles);
12
    
13
end