please how can I Draw the graph of y = 2ex, -5 <= x <= 5
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
x = linspace(-5<=x<=5); y = 2*e^x plot(x,y)
0 commentaires
Voir également
Catégories
En savoir plus sur Numerical Integration and Differentiation 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!