Path: news.mathworks.com!not-for-mail
From: "Cedric " <cedric.mathieu@ires.in2p3.fr>
Newsgroups: comp.soft-sys.matlab
Subject: Curve Fitting Toolbox -> Export Data of my Fit
Date: Wed, 27 May 2009 13:57:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 18
Message-ID: <gvjgrd$r1s$1@fred.mathworks.com>
Reply-To: "Cedric " <cedric.mathieu@ires.in2p3.fr>
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 1243432621 27708 172.30.248.35 (27 May 2009 13:57:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 27 May 2009 13:57:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1667553
Xref: news.mathworks.com comp.soft-sys.matlab:542902

Hi,

I am using Curve Data Fitting Toolbox.
I'm able to to fit my data.
but now, I want to export the data of the fit. How can I do this ?

I have try Fitting > Save to workspace... > then I choose
Save fot to matlab object named : fittedmoded1
Save goodness of fit to MATLAB struct named : goodness1
Save fit output to MATLAB struct names : output1

After this, In Matalb workspace, I have the 3 files
right click on fittedmoded1 and then Estimated Function, and Matlab plot my fit. it's great.
But I want to explore the data like a matrix (with x and y), is it possible ? beacause I want to do some mathematical operations after like FWHM.

Thanks,

Cedric