Changeset 405 for trunk/src/view_field.m


Ignore:
Timestamp:
May 1, 2012, 10:08:36 PM (12 years ago)
Author:
sommeria
Message:

many bugs corrected: composition of 2 input fields, arrow colors from different scalar fields...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/view_field.m

    r402 r405  
    768768
    769769
     770
     771
     772% --- Executes on selection change in ColorCode.
     773function 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.
     783function 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.