how to create a GUI from another GUI?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
The problem seems simple, and yet...
I wrote a GUI. Now I want to create a similar version of it, without losing the previous.
So I copied the .mat .asv and .fig file, labelled with a new name (e.g. GUI_2), substitued the name throughout the .mat file, but when I call the new file it seems it is still calling the old!
Why does that happen? How can I simply copy/paste a new GUI and start modifiend it?
0 Kommentare
Akzeptierte Antwort
Fangjun Jiang
am 14 Nov. 2011
Yes. This is problematic. I suggest you do this.
Run GUIDE, open the old GUI figure, and then save as. Then you can do your modifications.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Entering Commands 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!