Smoothing Cubic Splines with periodic conditions

Implements a model for Cubic Smoothing Splines with periodic boundary conditions

現在この提出コンテンツをフォロー中です。

Smoothing cubic splines are implemented with periodic conditions, so that closed curves in any dimension can be approximated. It includes a test function to demonstrate it.
Theoretical arguments supporting this implementation can be found here:
<http://massimozanetti.altervista.org/files/mydocs/periodicCubicSmoothSplines.pdf>

引用

Massimo Zanetti (2026). Smoothing Cubic Splines with periodic conditions (https://jp.mathworks.com/matlabcentral/fileexchange/59463-smoothing-cubic-splines-with-periodic-conditions), MATLAB Central File Exchange. に取得済み.

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.2.0.0

Improved to solve the minimization problem efficiently. Released a note with theoretical development of the minimizaiton problem.
MATLAB version corrected

1.1.0.0

Function header contains help information. Input checks are added. More examples in test script.

1.0.0.0

Updated image.

Changed image.