I have created a Graphical User Interface (GUI), but after saving it I can't open and modify it anymore (I can do this just with the editor, but not with the figure! ). Could you help me ?

2 Comments

Mahdi
Mahdi on 28 May 2014
Did you use GUIDE to build it?

Sign in to comment.

 Accepted Answer

Niklas Nylén
Niklas Nylén on 28 May 2014
Edited: Niklas Nylén on 28 May 2014

1 vote

Right click the .fig file in matlab and select "Open in GUIDE".

2 Comments

or similar to how you would enter
>>edit myfunc
for editing m file functions you can do
>> guide myfunc
to open the .fig file
aurc89
aurc89 on 29 May 2014
Thank you very much !

Sign in to comment.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Asked:

on 28 May 2014

Commented:

on 29 May 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!