How to import data from multiple GUIS to the main GUI?

1 visualización (últimos 30 días)
Elizabeth Ponce
Elizabeth Ponce el 11 de Abr. de 2017
Respondida: Renee Coetsee el 14 de Abr. de 2017
I am currently trying to code jeopardy and i made 25 sub GUIS for each of the questions. I need to figure out how to import a number m=x to a text box in the main GUI. Does anyone know how to exactly do this?

Respuestas (1)

Renee Coetsee
Renee Coetsee el 14 de Abr. de 2017
Depending on how your GUIs are stored, you can share the variable "x" or "m" between GUIs using one of the methods at the following documentation link:
Here are some details on the callbacks for the text box:

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by