Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Junghak
Junghak le 13 Juin 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 commentaire
Vidya Viswanathan
Vidya Viswanathan le 17 Juin 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

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by