How do you get the handles of a table from another GUI?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have two GUI's, we can call them GUI A and GUI B. In GUI B i would like to call for the handles of a table in GUI A. We can call the table in GUI A uitableA and the table in GUI B is called uitableB.
Any help will be greatly appreciated
댓글 수: 0
답변 (1개)
Sean de Wolski
2013년 6월 19일
I assume you're using GUIDE. In this case:
http://matlab.wikia.com/wiki/FAQ#How_can_I_share_data_between_callback_functions_in_my_GUI.28s.29.3F
I would also recommend the following documentation and Doug's videos:
댓글 수: 3
Sean de Wolski
2013년 6월 19일
Are you using GUIDE?
If so, it's kind of hard to give an example because you would need the files themselves.
Sean de Wolski
2013년 6월 19일
Give this a try:
If you'd still like to see an example, send me an email.
참고 항목
카테고리
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!