How to extract Y values after fitting data in cftool ?

Hi, I have fitted my data using cftool but I want to extract the Y-values of data so that I can plot the fit in Origin Pro. Any help with this is highly appreciated.
Thanks in advance!

Antworten (1)

Matt J
Matt J am 21 Jan. 2018
Bearbeitet: Matt J am 21 Jan. 2018
If fitobject is the fitted function object, you can evaluate it at points as if it were a function
Y=fitobject(X);

Kategorien

Gefragt:

am 21 Jan. 2018

Bearbeitet:

am 21 Jan. 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by