Borrar filtros
Borrar filtros

How to extract Y values after fitting data in cftool ?

4 visualizaciones (últimos 30 días)
Titli
Titli el 21 de En. de 2018
Editada: Matt J el 21 de En. de 2018
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!

Respuestas (1)

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

Categorías

Más información sobre Interpolation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by