Changeset 152 for trunk/src/mouse_motion.m
- Timestamp:
- Dec 3, 2010, 2:31:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_motion.m
r150 r152 210 210 'LineStyle','-','Tag','PIV_box_marker'); 211 211 rectangle('Curvature',[0 0],... 212 'Position',[xround-isx2 yround-isy2 2*isx 2*isy],'EdgeColor','m',...212 'Position',[xround-isx2 yround-isy2 2*isx2 2*isy2],'EdgeColor','m',... 213 213 'LineStyle','- -','Tag','PIV_search_marker'); 214 214 % set(0,'Children',hstack);%put back the initial figure stack after plot creation … … 240 240 end 241 241 if isempty(hcorr) 242 co orfig=findobj(allchild(0),'tag','corrfig');243 if isempty(co orfig)242 corrfig=findobj(allchild(0),'tag','corrfig'); 243 if isempty(corrfig) 244 244 corrfig=figure; 245 245 set(corrfig,'tag','corrfig')
Note: See TracChangeset
for help on using the changeset viewer.