Adding hand tool to programmatic GUI
4 次查看(过去 30 天)
显示 更早的评论
Hello, I am trying to find a way to add the hand tool to my GUI. I didn't create my GUI with GUIDE so i need a way to manually add it. Can anyone help?
Thank you in advance
0 个评论
回答(1 个)
Image Analyst
2014-8-9
Try this to change the cursor to a hand for your figure:
set(gcf,'Pointer','hand');
Or did you actually mean that you want to add a toolbar button/icon?
2 个评论
Image Analyst
2014-8-9
Oh, I didn't know from your original post that you wanted to zoom/pan/scroll your image/plot/graph. Well, glad you got it working.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!