evaluate chebyshev polynomials takes too long
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 多项式 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!