Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: big bug with GUIDE
Date: Wed, 12 Aug 2009 23:42:18 +0000 (UTC)
Organization: Universit&#228;t Heidelberg
Lines: 14
Message-ID: <h5vk0q$kcs$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>
Reply-To: <HIDDEN>
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 1250120538 20892 172.30.248.37 (12 Aug 2009 23:42:18 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 12 Aug 2009 23:42:18 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 869888
Xref: news.mathworks.com comp.soft-sys.matlab:562849


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