필터 지우기
필터 지우기

How to extract Y values after fitting data in cftool ?

조회 수: 4 (최근 30일)
Titli
Titli 2018년 1월 21일
편집: Matt J 2018년 1월 21일
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!

답변 (1개)

Matt J
Matt J 2018년 1월 21일
편집: Matt J 2018년 1월 21일
If fitobject is the fitted function object, you can evaluate it at points as if it were a function
Y=fitobject(X);

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by