
set(hObject,’BackgroundColor’,’white’);
end
function alpha_Callback(hObject, eventdata, handles)
% hObject handle to alpha (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 alpha
as text
% str2double(get(hObject,’String’)) returns
contents of alpha as a double
% --- Executes during object creation, after setting all
properties.
function alpha_CreateFcn(hObject, eventdata, handles)
% hObject handle to alpha (see GCBO)
% eventdata reserved - to be defined in a future version
of MATLAB ...