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!