How to share data between GUI from guide and App from app designer?

1 次查看(过去 30 天)
I have made a lot of GUI which are made from guide. and now I'd like to start to use app designer but I also want to use the GUI which I have made before. How to shard data between GUI from guide and App from app designer in matlab?
  1 个评论
Vidya Viswanathan
Vidya Viswanathan 2016-6-17
Hi Junghak,
I suppose there is no direct way to interface GUIDE and AppDesigner. Both these applications have significant differences in terms of the supported functionalities, the generated code, how the callbacks are handled and can be edited, etc. AppDesigner primarily uses MATLAB classes to represent the components, callbacks and utility functions whereas in GUIDE, the code is a series of local functions. Additionally, AppDesigner created a single MLAPP file that contains all the information about the GUI in contrast to a FIG file that is generated by GUIDE.
This being said, I am not sure if you can directly use the GUIs created by GUIDE in AppDesigner.
- Vidya

请先登录,再进行评论。

回答(0 个)

类别

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