Hi there. Plot the function f(x) = 1-exp(2*x) on the intverval [-1, 1] using a grid of evenly spaced points 0.01 units apart. I'm a complete newbie in Matlab, help anyone? Thanks in advance.
Follow Math Help Forum on Facebook and Google+
Originally Posted by Ond Hi there. Plot the function f(x) = 1-exp(2*x) on the intverval [-1, 1] using a grid of evenly spaced points 0.01 units apart. I'm a complete newbie in Matlab, help anyone? Thanks in advance. >x=[-1:0.01:1] >help plot CB
View Tag Cloud