Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem modifying a guide-generated graphical user interface

Status
Not open for further replies.

ll111

Computer
Joined
Mar 3, 2006
Messages
1
Location
RO
I saved and compiled a GUI created with Matlab7' s guide. Then I opened the .fig file later(with the same guide) and I tried to add a new component. When I wanted to change the component's tag an open dialog appeared, asking me to open an .m file (probably to place the new component's callback function in it). Reagrdless of my choice, the project's .m file (containing all of the callbacks) was owerwritten with the new component's callback.

I repeated the scenario a few times with the same results.
 
I think, FIG files are created by M files. Maybe, after you modify the M file, try to give its child-FIG file a new name and see what happens...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top