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)
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!