I used GUIDE to export my GUI (.FIG file) to a single m-file which was then converted into a .TXT file because I could only save off my files in text format. I tried running the m-file and it opened up the figure all messed up. How do I rebuild my original GUI from the exported text?
So far after doing the export, I then converted the .mat file to ASCII storing all the .mat information in a way so I can reconstruct it later. This was a bit tricky since the .mat file contains all kinds of data types, but I hope it works.
I then saved off the ASCII file and I'm currently trying to write code to reconstruct this into the .mat file so I can actually run the original GUI. I hope to then reconstruct the orginal .fig.
I wish Mathworks had a way to save a GUI as only ASCII data files and then reconstruct the ASCII data files into the original .fig file. If anyone figures that out, please share ...
"Christina S" <yoonh...@lmco.com> wrote in message <hehj3p$l9j$1...@fred.mathworks.com>...