orthogonal polynomial function in matlab similar to the R function poly()
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Yue Wu
el 1 de Mayo de 2018
Respondida: Neil Guertin
el 4 de Mayo de 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 comentarios
Respuesta aceptada
Neil Guertin
el 4 de Mayo de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Polynomials en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!