Upon first opening in guide everything is fine. I can change values and save the .fig file (with the .m open). If I change the code in the editor and save it I can run my gui just fine. However if I change something using the property inspector and then try to save the fig file I get the following error....
Attempt to reference field of non-structure array.
Error in guidefunc>layoutSave (line 1226) frame=layout_ed.getFrame;
Error in guidfunc (line118) varargout = layoutSave(varargin{:});