![]() |
#2
zhangenter2007-04-07 19:20
|
gca,gcf 如:set(gcf,'pointer','cross');
set(gcf,'WindowButtonDownFcn',@WindowButtonDown);
set(gcf,'WindowButtonMotionFcn',@WindowButtonMotion); 和p=get(gca,'currentpoint'); 是什么意思?谢谢