Changeset 405 for trunk/src/view_field.m
- Timestamp:
- May 1, 2012, 10:08:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/view_field.m
r402 r405 768 768 769 769 770 771 772 % --- Executes on selection change in ColorCode. 773 function ColorCode_Callback(hObject, eventdata, handles) 774 % hObject handle to ColorCode (see GCBO) 775 % eventdata reserved - to be defined in a future version of MATLAB 776 % handles structure with handles and user data (see GUIDATA) 777 778 % Hints: contents = cellstr(get(hObject,'String')) returns ColorCode contents as cell array 779 % contents{get(hObject,'Value')} returns selected item from ColorCode 780 781 782 % --- Executes on selection change in ColorScalar. 783 function ColorScalar_Callback(hObject, eventdata, handles) 784 % hObject handle to ColorScalar (see GCBO) 785 % eventdata reserved - to be defined in a future version of MATLAB 786 % handles structure with handles and user data (see GUIDATA) 787 788 % Hints: contents = cellstr(get(hObject,'String')) returns ColorScalar contents as cell array 789 % contents{get(hObject,'Value')} returns selected item from ColorScalar
Note: See TracChangeset
for help on using the changeset viewer.