<P>function colormode_popuplist_Callback(hObject, eventdata, handles)<BR>% hObject handle to colormode_popuplist (see GCBO)<BR>% eventdata reserved - to be defined in a future version of MATLAB<BR>% handles structure with handles and user data (see GUIDATA)</P>
<P>% Hints: contents = get(hObject,'String') returns colormode_popuplist contents as cell array<BR>% contents{get(hObject,'Value')} returns selected item from colormode_popuplist<BR><BR>val = get(hObject,'Value');<BR>string_list = get(hObject,'String');<BR>selected_string = string_list{val};<BR>switch (selected_string)<BR> case<BR> case<BR> end<BR></P>