how to take image as input from gui. I am attaching a picture of gui. could someone tell me how to make these?
1 次查看(过去 30 天)
显示 更早的评论
how to take image as input from gui. I am attaching a picture of gui. could someone tell me how to make these?
采纳的回答
Walter Roberson
2015-9-24
You create a bunch of subplots. You set a ButtonDownFcn callback to each image. When the image is clicked, you figure out which image it was and you do something appropriate with it according to the context. You can distinguish images by using distinct Tag for them or by setting UserData properties to some identification that you find useful.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!