Path: news.mathworks.com!not-for-mail
From: "Robin " <grayalno.spam@u.washington.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to Export Data?
Date: Wed, 20 Aug 2008 14:42:01 +0000 (UTC)
Organization: Shell Global Solutions
Lines: 17
Message-ID: <g8hafp$8m8$1@fred.mathworks.com>
References: <g8h96j$jil$1@fred.mathworks.com>
Reply-To: "Robin " <grayalno.spam@u.washington.edu>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1219243321 8904 172.30.248.35 (20 Aug 2008 14:42:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 20 Aug 2008 14:42:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 283117
Xref: news.mathworks.com comp.soft-sys.matlab:486463



"Tom Choi" <style01@hotmail.co.uk> wrote in message 
<g8h96j$jil$1@fred.mathworks.com>...
> 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?
use findobj and get

regards,