Pass properties from one GUI to another app designer
6 次查看(过去 30 天)
显示 更早的评论
Hello,
I have created to different GUI in the app designer. To simplify, here are the functions of each app:
- GUI1: from a database, it calculates the row the user want under the propertie app.Index
- GUI2: shows the information of the column of the database for the given column and display it as a label using the code:
- app.Label.Text = database(app.Index, 'name of the columns we want')
Could you show me how to pass my property app.Index and others from my GUI1 to my GUI2?
Many thanks
0 个评论
回答(1 个)
Avratanu Biswas
2021-2-13
Hi,
You can check the codes in the given example and apply the same workflow in your case as well.
Best
Avra
另请参阅
类别
在 Help Center 和 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!