How do i can return a value calculated by pushbutton by a second pushbutton ?
古いコメントを表示
Hello,
I'm using gui matlab to create an interface by which i can import an image, analyse it and calculate a value using a pushbutton1. The problem is I don't know how i can get the value calculated and display it using another pushbotton!
Thank you
Hadi
採用された回答
その他の回答 (1 件)
Hadi Hijazi
2016 年 12 月 19 日
0 投票
2 件のコメント
Adam
2016 年 12 月 19 日
The whole link contains information about sharing data between callbacks which is what you are trying to do. Personally I use the 'Store Data Using the guidata Function' option for almost all my cases as it is very simple. There is no point me just creating an example that you can already read in the help there though.
Hadi Hijazi
2016 年 12 月 19 日
カテゴリ
ヘルプ センター および File Exchange で Image Arithmetic についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!