once matlab is closed is there any way to edit the gui which was working previously.

11 Ansichten (letzte 30 Tage)
I was previously working on a gui figure. I closed matlab and when i reopend i am not able to change pushbotton position. Is there any way i can do that. Or is it that i should create a new gui.

Akzeptierte Antwort

Salaheddin Hosseinzadeh
Salaheddin Hosseinzadeh am 12 Mär. 2014
In the MATLAB command line type 'guide' then GUIDE Quick Start menu will popup. Go the the 'Open Existing GUI' and there you should be able to see your recenly opened GUIs, file format is '*.fig'. Simply open the file and change whatever you want. Good Luck!

Weitere Antworten (1)

nl2605
nl2605 am 12 Mär. 2014
You should open the guide file of your GUI and change the position there.
  3 Kommentare
nl2605
nl2605 am 12 Mär. 2014
How did you create this GUI file you are talking of? Didn't you use the GUIDE? If you go and type guide in command prompt it opens the GUIDE where you can make changes in your GUI. The name should be the same as the name of your GUI file.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Migrate GUIDE Apps 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!

Translated by