Changeset 236 for trunk/src/get_field.m


Ignore:
Timestamp:
Apr 12, 2011, 12:12:19 AM (13 years ago)
Author:
sommeria
Message:

correct Matlab PIV, remove call to image tool box. Improve menu of uvmat VelType? (replacement of buttons)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_field.m

    r231 r236  
    240240        set(handles.check_vector,'Value',1)
    241241        set(handles.check_scalar,'Value',0)
    242         set(handles.vector_x,'Value',VarType{imax}.vector_x)
    243         set(handles.vector_y,'Value',VarType{imax}.vector_y)
     242        set(handles.vector_x,'Value',VarType{imax}.vector_x(1))
     243        set(handles.vector_y,'Value',VarType{imax}.vector_y(1))
    244244        if ~isempty(VarType{imax}.coord_x) && ~isempty(VarType{imax}.coord_y)
    245245            set(handles.coord_x_vectors,'Value',VarType{imax}.coord_x+1)
Note: See TracChangeset for help on using the changeset viewer.