pass data from gui to another
이전 댓글 표시
I have two guis gui1 with pushbutton1 and gui2 with uitable1. How to update data of gui1 to uitable1 by clicking on pushbutton1? May you help me pleaase. I'm working with matlab 2009
댓글 수: 1
This is covered extensively in the MATLAB documentation:
And in the MATLAB wiki:
답변 (2개)
(@Stephen: Sorry for this parasitic answer. To add anything productive:)
It is recommended and very useful to search in the forum before asking a new question:
댓글 수: 1
Stephen23
2017년 5월 13일
@Jan Simon: no problem! As you can probably see from my other answers and comments, I am also a believer in giving links and showing people how to access information.
zeyneb khalili
2017년 5월 14일
댓글 수: 2
Image Analyst
2017년 5월 14일
Wow, who told you to do that??? If you want to transfer the data from table 9 to table 1, get rid of all that and simply do
handles.uitable1.data = handles.uitable9.data;
zeyneb khalili
2017년 5월 14일
편집: zeyneb khalili
2017년 5월 14일
카테고리
도움말 센터 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!