how to convert .mfile to .fig file??
Show older comments
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
on 29 Feb 2012
1 vote
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
SS
on 29 Feb 2012
Walter Roberson
on 29 Feb 2012
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.)
Jan
on 29 Feb 2012
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.
Sean de Wolski
on 29 Feb 2012
0 votes
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.
Categories
Find more on Descriptive Statistics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!