Path: news.mathworks.com!not-for-mail
From: "Naresh Pai" <npai@uark.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Re: big bug with GUIDE
Date: Wed, 12 Aug 2009 23:52:04 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 20
Message-ID: <h5vkj4$r9k$1@fred.mathworks.com>
References: <gl36da$6ih$1@fred.mathworks.com> <glmsmo$mb7$1@fred.mathworks.com> <e538a250-1a99-4731-b6b1-2336da4ec876@r10g2000prf.googlegroups.com> <glskpu$htc$1@fred.mathworks.com> <h5t2lq$5mr$1@fred.mathworks.com> <h5vcak$4hv$1@fred.mathworks.com> <h5vf8f$g4p$1@fred.mathworks.com> <h5vk0q$kcs$1@fred.mathworks.com>
Reply-To: "Naresh Pai" <npai@uark.edu>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1250121124 27956 172.30.248.37 (12 Aug 2009 23:52:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 12 Aug 2009 23:52:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1663676
Xref: news.mathworks.com comp.soft-sys.matlab:562851


"Jan Simon" <matlab.THIS_YEAR@nMINUSsimon.de> wrote in message <h5vk0q$kcs$1@fred.mathworks.com>...
> Dera Phil Goddard!
> 
> > > > I am using Matlab 2008a and the GUI developed keeps getting corrupt.
> > > > When I try to load using the command prompt nothing happens.
> 
> > > It is less confusing to import the data to a variable:
> > >   FigData = load('myFigFile.fig', '-mat')
> > 
> > A .fig file contains only one variable and it is already a structure, plus the name of the variable is the same as the one that needs to be used when saving the altered structure back into a .fig file, so I don't believe using the functional form of load gains anything.
> 
> Naresh Pai said, that "nothing happens" after loading. This is obviously impossible, but the effects of LOAD are "not visible" without further knowledge.
> You are right, the functional form does not "gain" anything, but at least Naresh Pai knows, where to look for the loaded data!
> 
> Good luck, Jan

Phil and Jan,
   Thanks for your responses. I had to ultimately rebuild my GUI. Fortunately, I had a backed-up version, so did not have to start from scratch. 

Naresh