Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!p11g2000yqe.googlegroups.com!not-for-mail
From: ImageAnalyst <imageanalyst@mailinator.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: getting the data out of Matlab fig
Date: Mon, 20 Apr 2009 17:01:21 -0700 (PDT)
Organization: http://groups.google.com
Lines: 3
Message-ID: <a335839e-f794-4a6c-9e47-62f1a15a7c76@p11g2000yqe.googlegroups.com>
References: <gsiuva$sv8$1@fred.mathworks.com>
NNTP-Posting-Host: 75.186.70.56
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1240272081 14421 127.0.0.1 (21 Apr 2009 00:01:21 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Tue, 21 Apr 2009 00:01:21 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: p11g2000yqe.googlegroups.com; posting-host=75.186.70.56; 
	posting-account=0rLUzAkAAABojYSRC64DkTbtiSCX77HH
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; 
	GTB5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 
	3.5.21022),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:534218


I think it would be easier if you saved the data as .mat format files
with the save() function instead.  Is that a possibility?  Then you
just use the load() function and you're done - you've retrieved them.