run .m without .fig (GUI)
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ahmed Nabil
le 23 Juil 2016
Commenté : Geoff Hayes
le 23 Juil 2016
Hi, it's simple question..
any hope to run .m file without using .fig file and GUI works fine ? OR should i have both ?
0 commentaires
Réponse acceptée
Geoff Hayes
le 23 Juil 2016
Ahmed - if the GUI was created using GUIDE, then you need both the m file and the figure (.fig) file to be able to run the GUI.
4 commentaires
Geoff Hayes
le 23 Juil 2016
Perhaps the Behavior property has been removed from 2016a (I am using R2014a). You can try commenting out or deleting all the lines that refer to this property in the rhinoGui_final_LayoutFcn function.
Plus de réponses (0)
Voir également
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!