필터 지우기
필터 지우기

How to call the text edit value on a gui to run in another gui?

조회 수: 2 (최근 30일)
Yuli Hartini
Yuli Hartini 2017년 4월 28일
댓글: Yuli Hartini 2017년 4월 28일
I have two GUI, just say it loks like calculator.. The first GUI's use to input the number and the second GUI showing the answer(output). I'm using edit text to input and output. My answer: How to call the text edit value on a gui to run in another gui?
Thank you so much for you're answer
  댓글 수: 3
Adam
Adam 2017년 4월 28일
I would generally recommend using classes and listeners to do this, but it would be way too deep for such a simple problem. Ideally GUIs should not be interacting with each other though - they should each be lightweight layers on top of other code that deals with interactions. A GUI should just update some object, that object may talk to another object and in response to some function call or property change on that object the 2nd GUi will update itself.
Yuli Hartini
Yuli Hartini 2017년 4월 28일
I think you don't understand what I mean. but anyway thank you for answer my question

댓글을 달려면 로그인하십시오.

채택된 답변

Geoff Hayes
Geoff Hayes 2017년 4월 28일
Yuli - it sounds like you want to pass data between your two GUIs. See https://www.mathworks.com/matlabcentral/answers/146215-pass-data-between-gui-s for one example of how to do this.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Install Products에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by