orthogonal polynomial function in matlab similar to the R function poly()
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Yue Wu
am 1 Mai 2018
Beantwortet: Neil Guertin
am 4 Mai 2018
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 Kommentare
Akzeptierte Antwort
Neil Guertin
am 4 Mai 2018
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Polynomials finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!