Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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 Commento
Vidya Viswanathan
Vidya Viswanathan il 17 Giu 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

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by