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

2 visualizaciones (últimos 30 días)
Theman JIrnadu
Theman JIrnadu el 12 de Ag. de 2017
Comentada: Jan el 12 de Ag. de 2017
x = linspace(-5<=x<=5); y = 2*e^x plot(x,y)

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by