run .m without .fig (GUI)
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Ahmed Nabil
il 23 Lug 2016
Commentato: Geoff Hayes
il 23 Lug 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 Commenti
Risposta accettata
Geoff Hayes
il 23 Lug 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 Commenti
Geoff Hayes
il 23 Lug 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.
Più risposte (0)
Vedere anche
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!