)Рglobal x04;Рx04=str2double(get(handles.x4,'string'));Р Рfunction (hObject, eventdata, handles)Рif ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))Р set(hObject,'BackgroundColor','white');РendР Р Рfunction y4_Callback(hObject, eventdata, handles)Рglobal y04;Рy04=str2double(get(handles.y4,'string'));Р Рfunction (hObject, eventdata, handles)Рif ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))Р set(hObject,'BackgroundColor','white');РendР Рfunction r_Callback(hObject, eventdata, handles)Рglobal R;РR=str2double(get(handles.r,'string'));Р Рfunction (hObject, eventdata, handles)Рif ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))Р set(hObject,'BackgroundColor','white');Рend