how to convert .mfile to .fig file??

hello professionals,iam crazy to learn matlab recently i was on a image processing project which is published in ieee and the code has two parts gui .mfile and main code.....now i need gui .fig file from that .mfile how can i get??
here is the link for my project code please help me guys iam in neeed o it hope u guys help me http://www.mediafire.com/?7vuvpcmndhylq00
please help me in execution of this project iam very interested in this one ple help me

Answers (2)

Jan
Jan on 29 Feb 2012
The .fig file contains instruction to display the figure, the .m file contains the code of the callbacks. As Sean has written: Both files do not contain redundant information, such that you cannot reconstruct one using the other.

3 Comments

sir,thnx for ur replies if u dont mine can you give me ur mail id or add me in saitej1691@gmail.com i had a doubt reagarding to coding of gui i want to talk personally with u sir its urgent
http://www.mathworks.com/matlabcentral/answers/29922-why-your-question-is-not-urgent-or-an-emergency
Also, Jan does not accept email questions.
(No point in emailing me any urgent questions either: I have priority things to do.)
No, sorry. I suggest to post the question in the forum, because this has two advantages: 1. A lot of people will read it, such that the chance that somebody knows the answer is high. 2. Other readers of the thread can profit from the solution also.

Sign in to comment.

Sean de Wolski
Sean de Wolski on 29 Feb 2012
So you have a *.fig and a *.m file made in GUIDE, of the same name? You no longer have the *.fig file and you would like to regenerate it from the *.m file?
This is not possible as the two are two completely different files.

Asked:

SS
on 29 Feb 2012

Community Treasure Hunt

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

Start Hunting!