GUI Program Crash on .fig Load
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I made some updates to my GUI .fig file - renaming everything (someone else created the initial GUI), moving things around, and adding a couple objects. I don't think I tried running the program/GUI without generating an error, but the last time I tried running it, I got a crash (which I could NOT Shift+F5 out of - I had to close MATLAB) that said something about an error loading the .fig file that was (probably) associated with a createfnc (or the like). I checked the GUI's .m file, and I thought all the renames had gone through.
Has anyone else experienced this?
Is there a way to force the GUI's .m file to update (i.e. force the changes on the .fig through to the .m)?
Anyone know how to fix this?
Thanks!
0 Kommentare
Akzeptierte Antwort
Matt Fig
am 1 Dez. 2012
More details may be necessary. Did you make all of the changes through GUIDE? Did you save them as you went (change-save-check, change-save-check) or make lots of changes, then only at the end save and check (this would help narrow things down)? Did you save the changes through GUIDE? When you say you renamed things, do you mean you changed the 'tag' property, or what did you mean?
7 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!