Changeset 693 for trunk/src/mouse_motion.m
- Timestamp:
- Oct 29, 2013, 12:28:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_motion.m
r682 r693 418 418 Data=get(h_ListCoord,'Data'); 419 419 Data(:,6)=zeros(size(Data,1),1); 420 Data(index_point,6)= 1;%mrk the point on the GUI geometry_calib420 Data(index_point,6)=-1;%mrk the point on the GUI geometry_calib 421 421 set(h_ListCoord,'Data',Data); 422 422 hhh=findobj('Tag','calib_marker');%look for handle of point marker (circle)
Note: See TracChangeset
for help on using the changeset viewer.