
s/crsrmove(ga,1001,cv);/set(handles(24),'XData',cv);/g
s/crsrmove(ga,1002,ch);/set(handles(25),'YData',ch);/g
s/crsrmove(ga,2001,cv);/set(handles(26),'XData',cv);/g
s/crsrmove(ga,2002,ch);/set(handles(27),'YData',ch);/g


s/ga = findaxes(gf,'zoomtool');/ga = handles(40);/g

s/h = get(finduitx(gf,'zoomtool')/handles = get(finduitx(gf,'zoomtool')/g
s/zoom = get(finduitx(gf,'zoomtool')/handles = get(finduitx(gf,'zoomtool')/g
s/zoom(/handles(/g

s/xfactor = handles(22);/xfactor = handles(28)/g
s/xmin = handles(23);/xmin = handles(33);/g

s/^    /	/g

s/^%	/%       /g

s/x = crsrloc(ga,1001);/x = get(handles(24),'XData'); x = x(1);/g
s/x = crsrloc(ga,2001);/x = get(handles(26),'XData'); x = x(1);/g
s/t = crsrloc(ga,1001);/t = get(handles(24),'XData'); t = t(1);/g
s/t = crsrloc(ga,2001);/t = get(handles(26),'XData'); t = t(1);/g

s/set(h(9),/set(handles(18),/g
s/set(h(10),/set(handles(19),/g
s/set(h(11),/set(handles(20),/g
s/set(h(12),/set(handles(21),/g
s/set(h(13),/set(handles(22),/g
s/set(h(14),/set(handles(23),/g

