MATLAB Assignment II
MATLAB Assignment II
Z= 2 e x sin x 2 cos x
2. x = linspace( -1,1,101 );y1 = exp(x );y2 = tan(x); y3=sin(x);
Write a MATLAB code to plot the three data sets in one plot and use color (blue, black and
red) to distinguish the data sets.
Abrham G. (P.hD)