Changeset 542 for trunk/src/geometry_calib.m
- Timestamp:
- Sep 15, 2012, 7:04:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/geometry_calib.m
r541 r542 861 861 %------------------------------------------------------------------------ 862 862 huvmat=findobj(allchild(0),'Name','uvmat');%find the current uvmat interface handle 863 hplot=findobj(huvmat,'Tag',' axes3');%main plotting axis of uvmat863 hplot=findobj(huvmat,'Tag','PlotAxes');%main plotting axis of uvmat 864 864 hhh=findobj(hplot,'Tag','calib_marker'); 865 865 Coord_cell=get(handles.ListCoord,'String'); … … 876 876 return 877 877 end 878 %fill the edit boxe x878 %fill the edit boxe 879 879 set(handles.XObject,'String',coord_str(1:k(1)-1)) 880 880 set(handles.YObject,'String',coord_str(k(1)+3:k(2)-1))
Note: See TracChangeset
for help on using the changeset viewer.