フィルターのクリア

Fitting a linear sine curve with natural spline

2 ビュー (過去 30 日間)
Abi sek
Abi sek 2018 年 2 月 27 日
コメント済み: Torsten 2018 年 2 月 27 日
I am relatively new to Matlab. The threads that I searched regarding the topic is in vain. Through core Matlab functions, kindly assist in fitting a linear sine curve(s(x)=sinx) between o and 2*pi with a natural and cubic spline. In terms of the natural spline, we can use condition: second derivatives at the two ends of the spline are set to zero. For cubic spline, we can use condition: Tangent direction of the cosine curve at the two endpoints to be the starting and ending tangent vectors.
  3 件のコメント
Abi sek
Abi sek 2018 年 2 月 27 日
編集済み: Abi sek 2018 年 2 月 27 日
Hi Torsten, It does directly call the function spap directly.But, I need to have a detailed breakdown code which mainly encompasses the double derivatives at the two endpoints are zero in case of the natural spline.
Regards, Abhi
Torsten
Torsten 2018 年 2 月 27 日
So you search for an approximating spline for which you worry about the end conditions ? That's unusual. I guess that you will have to write your own code to implement such a speciality.
Best wishes
Torsten.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSpline Postprocessing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by