Question: MATLAB Problem: Write a script that will prompt the user for a positive number n and a trigonometric function name, such as sin, cos, tan,
MATLAB Problem:
Write a script that will prompt the user for a positive number n and a trigonometric function name, such as sin, cos, tan, or cot. Create a vector x of 1000 linearly equally spaced points between 0 and n, and a vector y which is either sin(x), cos(x), tan(x), or cot(x), depending on user specification. Then plot with a title that says, e.g. "sin(x) with n values" where the value of n is actually in the title.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
