orthogonal polynomial function in matlab similar to the R function poly()
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Yue Wu
le 1 Mai 2018
Réponse apportée : Neil Guertin
le 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 commentaires
Réponse acceptée
Neil Guertin
le 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Polynomials dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!