필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
Elizabeth Ponce
Elizabeth Ponce 2017년 4월 11일
답변: Renee Coetsee 2017년 4월 14일
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?

답변 (1개)

Renee Coetsee
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:

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by