Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: How to Export Data?
Date: Wed, 20 Aug 2008 14:20:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 9
Message-ID: <g8h96j$jil$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1219242003 20053 172.30.248.38 (20 Aug 2008 14:20:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 20 Aug 2008 14:20:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1470206
Xref: news.mathworks.com comp.soft-sys.matlab:486453



Hi All,
I have smoothed my data using cfttool, with 'loess'
smoothing.  Cfttool shows me the graph of the smoothed data.
 However, this is not what I want.  What I want is the
individual x and y data values for the smoothed data.  How
can I export it onto a text or excel file?  All I can get
cfttool to do is to export it onto a struct. array onto the
workspace.  I can't get any further than that.  Can somebody
help me?