Question: 7. Write a MATLAB if statement to calculate y where y = 1 if x > pi/2, y = sin(x) if x is in

 7. Write a MATLAB "if statement" to calculate y where y =  

7. Write a MATLAB "if statement" to calculate y where y = 1 if x > pi/2, y = sin(x) if x is in [0, pi/2] and y = 0 otherwise. (15 pt.) If you set up your x input value as -1, what is your output value? (5 pt.)

Step by Step Solution

3.35 Rating (158 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Here is the MATLAB code tha... View full answer

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!