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

Answers (1)

MSP
MSP on 12 Aug 2017
Edited: MSP on 12 Aug 2017
x=linspace(-5,5)
y=2.*exp(x)
plot(y,x)

2 Comments

Thank you so much Mr. MSP, i've plotted.
@Theman JIrnadu: If the answer has solved your problem, please accept it.

Sign in to comment.

Tags

No tags entered yet.

Asked:

on 12 Aug 2017

Commented:

Jan
on 12 Aug 2017

Community Treasure Hunt

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

Start Hunting!