I am trying to deifne and plot the function below in matlab, without success. Can anybody point how I could plot this function?for 0 <= T < Tb, Se(T) = ag*S*?*F0*[(T/Tb) + (1/?*F0)*(1 - T/Tb)] for Tb <= T < Tc, Se(T) = ag*S*?*F0...
I have a piecewise function where the upper and lower limits of the functions are set to 0.5 and -0.5 for the amplitude of the function cos(pi*t). I am not sure how to code the portion where the amplitude needs to remain at 0.5 for all y values above 0.5 and same for all values...
I would like to plot a 1 periodic function and it could be piecewise linear. I have a function like below,it is a triangular function, I would like to extend the triangle with a period 1,how can I do it? thanks 主题复制 function piecewise=piecew(x); piecewise=abs(1-abs(x)).*(...