orthogonal polynomial function in matlab similar to the R function poly()
조회 수: 1 (최근 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!