Effacer les filtres
Effacer les filtres

please how can I Draw the graph of y = 2ex, -5 <= x <= 5

1 vue (au cours des 30 derniers jours)
Theman JIrnadu
Theman JIrnadu le 12 Août 2017
Commenté : Jan le 12 Août 2017
x = linspace(-5<=x<=5); y = 2*e^x plot(x,y)

Réponses (1)

MSP
MSP le 12 Août 2017
Modifié(e) : MSP le 12 Août 2017
x=linspace(-5,5)
y=2.*exp(x)
plot(y,x)
  2 commentaires
Theman JIrnadu
Theman JIrnadu le 12 Août 2017
Thank you so much Mr. MSP, i've plotted.
Jan
Jan le 12 Août 2017
@Theman JIrnadu: If the answer has solved your problem, please accept it.

Connectez-vous pour commenter.

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by