Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: extracting data from .fig in 2007a - did the proceedure change?
Date: Tue, 23 Oct 2007 15:33:04 +0000 (UTC)
Organization: Dudeweb
Lines: 12
Message-ID: <ffl47g$q5v$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-06-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1193153584 26815 172.30.248.36 (23 Oct 2007 15:33:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 23 Oct 2007 15:33:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 881880
Xref: news.mathworks.com comp.soft-sys.matlab:434253



I'd like to extract the original data from several 
scatterplot .fig files.  However, using load('filename','-
mat') does not produce xdata and ydata files and the file 
available here "getfigdata.m" also returns an error saying 
it can't find "lh".  

Does anyone know where the data is actually stored in 
a .fig file under 2007a?

For instance, www.gaiteri.net/intrinsic_stress.fig
is one I just need to extract this very simple information 
from.  Thanks!