Question: MATLAB Problem: Write a function batch file called calcsin function.m with the input arguments A, a, b. The function should return fand t vectors, but

MATLAB Problem: Write a function batch file called "calcsin function.m" with the input arguments A, a, b. The function should return fand t vectors, but should not plot anything. Then run the function call as: >> [f1, t1] = calc sin funtion (1,3, .3); >> [f2, t2] = calc sin funtion (1,5,.1); You can also manually plot the function on the command line: >>plot (t1, f1,t2, f2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
