GUI fig backward compatibilty
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hey guys,
I need some help with the following.
I have developed a GUI on 2012a version of MATLAB, using guide. I tried to run it on a 2006b version, and it gives a segmentation error.
Just like in this link:
I tried the solutions suggested in the following links:
http://www.mathworks.co.uk/matlabcentral/answers/3930-version-2011-produces-fig-file-unreadable-by-version-2006 http://www.mathworks.co.uk/support/solutions/en/data/1-663J0X/?solution=1-663J0X
Anybody with an idea on how to work around it?
2 Commenti
Walter Roberson
il 31 Mag 2013
It isn't relevant, as R2006b does have function handles.
However, R2012a GUIDE makes use of objects that do not exist in R2006b.
Risposte (1)
Walter Roberson
il 31 Mag 2013
I seem to recall that GUIDE has a facility to save a gui as an older version. It might not have exactly the same functionality or look, but at least it would not crash like that.
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!