In dyiing need of y'all assistance with this please use MATLAB.
Write a function batch file called "calc sin function.m" with the input arguments A,a, b. The
function should return f and t vectors, but should not plot anything. Then run the function call as:
>> [fl, tll = calc sin funtion(l,3,.3);
>> [f2, t2l = calc sin funtion(l,5,.l);
You can also manually plot the function on the command line:
>> plot(t1,f1,t2,f2)
Save your result and code to include in writeup. Call professor to verify your results