MATLAB: .Fig to .m file

fig to mhandle graphicsMATLAB

I could managed to convert my .fig file to .m file,but the original .m file which was created by GUIDE cant be used without .fig file.How to teach it to use new generated .m file to create the graphical items?

Best Answer

It should in theory now just be a matter of removing the call to load the figure, and instead calling the routine that recreates the items that were in the figure.