How do i can return a value calculated by pushbutton by a second pushbutton ?

5 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

Adam
Adam il 19 Dic 2016

Più risposte (1)

Hadi Hijazi
Hadi Hijazi il 19 Dic 2016
Thank you Adam for your answer, but i did not find the solution for my problem in the link you sent. I just want to callback the value calculated by pushbutton1 and display it in a textbox using a pushbutton2!
  2 Commenti
Adam
Adam il 19 Dic 2016
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.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by