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?
2 件のコメント
Image Analyst
2015 年 9 月 24 日
This image just shows as random gibberish characters. Please try again.
Walter Roberson
2015 年 9 月 24 日
編集済み: Walter Roberson
2015 年 9 月 24 日
採用された回答
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!