Lütfen Unutmayın bilgi paylaştıkça güzeldir...
Use Matlab in the two different ways, described below, to plot the function
4*e^(x+2) for -6<=x<=-2
F(x)= x^2 for -2<=x<=2.5
(x+6.5)^(1/6) for -2.5<=x<=6
a)Write a program in a script file, using conditional statements and loops.
b)Create a user-defined function for F(x) , and then use the function in a script fileto make the plot.