please how can I Draw the graph of y = 2ex, -5 <= x <= 5
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
x = linspace(-5<=x<=5); y = 2*e^x plot(x,y)
0 Commenti
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!