Question: IN MATLAB Problem 1 . Write a script that will prompt the user for a positive number c and a trigonometric function name, such as

IN MATLAB
Problem 1. Write a script that will prompt the user for a positive number c and a trigonometric function name, such as sin,cos,tan or cot. Create a vector x of 1000 linearly equally spaced points between -c and c . Then, by using a function eval, create a vector y which is either sin(x),cos(x), or atan(x), depending on user specification. Then plot (x,y) with a title that says: "sin(x) from -c,c", where the actual value of c is in the title.
IN MATLAB Problem 1 . Write a script that will

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!