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

8 visualizaciones (últimos 30 días)
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

Respuesta aceptada

Adam
Adam el 19 de Dic. de 2016

Más respuestas (1)

Hadi Hijazi
Hadi Hijazi el 19 de Dic. de 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 comentarios
Adam
Adam el 19 de Dic. de 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.

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by