Hi there,
I have a hydrograph file which I have applied a smoothing spline to within the Curve Fitting Tool of MatLab. I was wondering - how do I export or convert the smoothed line as an array so I can import this into Excel? I can't seem to find this information anywhere.
Any help would be much appreciated.
Kind regards,
Daniel

回答 (1 件)

dpb
dpb 2016 年 10 月 20 日

0 投票

The curvefit tool doesn't save the predicted values; save the fit to the structure and then evaluate it for the input points to generate them.

カテゴリ

ヘルプ センター および File ExchangeInterpolation についてさらに検索

質問済み:

2016 年 10 月 20 日

回答済み:

dpb
2016 年 10 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by