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

1 Ansicht (letzte 30 Tage)
Theman JIrnadu
Theman JIrnadu am 12 Aug. 2017
Kommentiert: Jan am 12 Aug. 2017
x = linspace(-5<=x<=5); y = 2*e^x plot(x,y)

Antworten (1)

MSP
MSP am 12 Aug. 2017
Bearbeitet: MSP am 12 Aug. 2017
x=linspace(-5,5)
y=2.*exp(x)
plot(y,x)
  2 Kommentare
Theman JIrnadu
Theman JIrnadu am 12 Aug. 2017
Thank you so much Mr. MSP, i've plotted.
Jan
Jan am 12 Aug. 2017
@Theman JIrnadu: If the answer has solved your problem, please accept it.

Melden Sie sich an, um zu kommentieren.

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by