how to take image as input from gui. I am attaching a picture of gui. could someone tell me how to make these?

2 次查看(过去 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
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 个)

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by