There is no GUI in Matlab 2018a just AppDesigner?

18 vues (au cours des 30 derniers jours)
Bence Salanki
Bence Salanki le 10 Sep 2018
Commenté : Walter Roberson le 17 Déc 2022
I got used to GUI in Matlab 2017b and now I changed to 2018a but there I don't see any GUIDE just AppDesigner and it is quite annoying to get used to that after I have been using GUIDE all the time....
  1 commentaire
Stephen23
Stephen23 le 11 Sep 2018
Modifié(e) : Stephen23 le 11 Sep 2018
There is most definitely a MATLAB GUI in R2018a, because GUI means Graphical User Interface and is a generic term used for all applications that use an graphical interface, which MATLAB certainly has.
If you want to create your own GUI, then MATLAB has several ways to interactively create GUI's, such as GUIDE and AppDesigner:
Experienced MATLAB users generally prefer writing GUI's programmatically:

Connectez-vous pour commenter.

Réponse acceptée

OCDER
OCDER le 10 Sep 2018
Are you sure there's no GUIDE? I don't see any log saying they removed it. https://www.mathworks.com/help/matlab/release-notes.html
Try:
guide
There is also a support package to help you convert GUIDE code to AppDesigner code. Read the release notes.

Plus de réponses (1)

ALaa
ALaa le 17 Déc 2022
guide
  1 commentaire
Walter Roberson
Walter Roberson le 17 Déc 2022
Looks like what @OCDER said four years ago?

Connectez-vous pour commenter.

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