Clear Filters
Clear Filters

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

1 view (last 30 days)
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 Comment
Vidya Viswanathan
Vidya Viswanathan on 17 Jun 2016
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

Sign in to comment.

Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!