How to space points with a function?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am attempting to plot the function exp(x) on the interval [0,2] using 1001 evenly spaced points and Chebyshev points. It was easy to define the evenly spaced points
x = linspace(0,2,1001)
I am given the function for Chebyshev poins
for i = 1 to n. How do I use that function to space my points? I am not sure what to use as n, is it 2 because the interval ends on 2 or is there a different number I should use for n.
for i = 1 to n. How do I use that function to space my points? I am not sure what to use as n, is it 2 because the interval ends on 2 or is there a different number I should use for n.2 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Creating and Concatenating Matrices 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!