當前位置:成語大全網 - 書法字典 - Matlab繪畫,可以顯示鼠標在中間的位置(無需點擊!!!!),專家如何實現?

Matlab繪畫,可以顯示鼠標在中間的位置(無需點擊!!!!),專家如何實現?

功能?t鼠標(動作)

全球?h

如果?納爾金。==?0,?行動?=?開始‘;?結束

開關(動作)

案子?開始,

x = 5:30;

y=x.^2-40.* x+400;

plot(x,y);

axis();

標題(‘移動?妳的?老鼠?!');?

set(GCF,WindowButtonMotionFcn,tmouse?move’);

h?=?文本(2,-80,‘?‘);

案子?移動,

currPt?=?獲得(gca,?current point‘);

x?=?currPt(1,1);

y?=?currPt(1,2);

set(h,String,【num2 str(x),‘,‘,‘,num2 str(y)】);

結束