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

3 Ansichten (letzte 30 Tage)
Junghak
Junghak am 13 Jun. 2016
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 Kommentar
Vidya Viswanathan
Vidya Viswanathan am 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

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by