evaluate chebyshev polynomials takes too long
Mostrar comentarios más antiguos
I want to get the values of chebyshev polynomials for a very long vector, but it takes too long to wait. e.g.
x = rand(1,10000000)
f = chebyshevT(30,x)
Is there any function can calculate them fast? thanks
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre 多项式 en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!