How to import data from multiple GUIS to the main GUI?
1 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
回答(1 个)
Renee Coetsee
2017-4-14
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:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!