Create a GUI with GUIDE - Can You Edit the Output?

  • Context: MATLAB 
  • Thread starter Thread starter ranger
  • Start date Start date
  • Tags Tags
    Edit Gui Output
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
ranger
Gold Member
Messages
1,687
Reaction score
2
Whenever we use GUIDE to create a GUI, GUIDE generates an m-file. Now,
is it possible for one to use this m-file generated by GUIDE to re-edit the GUI? I mean say I downloaded an m-file from the internet which has a GUI interface. Can I use GUIDE to edit the m-file and "tweak" the interface to my needs?

--thanks.
 
Physics news on Phys.org
I figured it out. If anyone cares, the command is guide(gcf); Where gcf means get current figure. Of course the figure you wish to edit should obviously be open when you run that command.
 
If the gui is saved as foo.fig -- you can edit it specifically using guide(foo)
 
Last edited: