How to acces a cell array used in one pushbutton from another pushbutton within a GUI?

I want to access the cell array used in one pushbutton from the other pushbutton for further processing. How can I do that?

Respuestas (1)

gugu - are you using GUIDE, App Designer, or programatically creating your GUI? If using GUIDE, then you can save the cell array to the handles structure and then access it from the other pushbutton. See Store or retrieve UI data for more details.

Categorías

Más información sobre Interactive Control and Callbacks en Centro de ayuda y File Exchange.

Preguntada:

el 25 de Dic. de 2017

Respondida:

el 28 de Dic. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by