orthogonal polynomial function in matlab similar to the R function poly()
5 ビュー (過去 30 日間)
古いコメントを表示
Is there any function in matlab that can produce orthogonal polynomial like the R function poly() for equal spaced point? I didn't quite find the corresponding function.
0 件のコメント
採用された回答
Neil Guertin
2018 年 5 月 4 日
The Legendre and Jacobi polynomials are orthogonal and can be easily generated in using the Symbolic Math Toolbox.
I also found this book on the subject which includes a number of code examples.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Polynomials についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!