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

1 次查看(过去 30 天)
x = linspace(-5<=x<=5); y = 2*e^x plot(x,y)

回答(1 个)

MSP
MSP 2017-8-12
编辑:MSP 2017-8-12
x=linspace(-5,5)
y=2.*exp(x)
plot(y,x)
  2 个评论
Jan
Jan 2017-8-12
@Theman JIrnadu: If the answer has solved your problem, please accept it.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by