% hObject handle to edit4 (see GCBO)Р% eventdata reserved - to be defined in a future version of MATLABР% handles structure with handles and user data (see GUIDATA)Р% Hints: get(hObject,'String') returns contents of edit4 as textР% str2double(get(hObject,'String')) returns contents of edit4 as a doubleР% --- Executes during object creation, after setting all properties.Рfunction (hObject, eventdata, handles)Р% hObject handle to edit4 (see GCBO)Р% eventdata reserved - to be defined in a future version of MATLABР% handles empty - handles not created until after all s calledР% Hint: edit controls usually have a white background on Windows.Р% See ISPC PUTER.Рif ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))Р set(hObject,'BackgroundColor','white');Рend