function figure1_WindowButtonMotionFcn(hObject, eventdata, handles)
p=get(gca,'CurrentPoint') ;%获得句柄
msgstr = sprintf('x = %3.3f; y = %3.3f',p(1),p(2)); %获得位置
xianshi= uicontrol('style','text','position',[100 100 100 20],'string',msgstr);
你是用什么方法得到的呢 ?
能告诉下我吗。。。
谢谢你了!!!