Changeset 242 for trunk/src/uvmat.m


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

phys_XYZ introduced as a main function, geometry_calib corrected to deal with reverse x axis in mode linear

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r238 r242  
    43084308function list_object_2_Callback(hObject, eventdata, handles)
    43094309%------------------------------------------------------------------------
    4310 list_str=get(handles.list_object_2,'String')
    4311 IndexObj=get(handles.list_object_2,'Value')
     4310list_str=get(handles.list_object_2,'String');
     4311IndexObj=get(handles.list_object_2,'Value');
    43124312if ischar(list_str) || isempty(list_str{IndexObj})% || strcmp(list_str{IndexObj},'...')
    43134313    hview_field=findobj(allchild(0),'Tag','view_field');
Note: See TracChangeset for help on using the changeset viewer.