Path: news.mathworks.com!not-for-mail
From: "Phil Goddard" <philgoddardNOSPAM@telus.net>
Newsgroups: comp.soft-sys.matlab
Subject: Re: big bug with GUIDE
Date: Thu, 29 Jan 2009 16:17:02 +0000 (UTC)
Organization: Goddard Consulting
Lines: 7
Message-ID: <glskpu$htc$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>
Reply-To: "Phil Goddard" <philgoddardNOSPAM@telus.net>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1233245822 18348 172.30.248.38 (29 Jan 2009 16:17:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 29 Jan 2009 16:17:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 26433
Xref: news.mathworks.com comp.soft-sys.matlab:514751


There's no need to rename the file, just use the -mat flag when using load

>> load -mat myFigFile.fig
>> % edit the structure
>> save -mat myFigFile.fig 

Phil.