フィルターのクリア

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 Center および File ExchangeInterpolation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by