Question: Objective #1: Visualize the Bizarre Process model (encapsulated in 'bizarre.m'), and how it changes as a function of its first parameter, b. Your plot

Objective #1: Visualize the Bizarre Process model (encapsulated in 'bizarre.m'), and how

Objective #1: Visualize the Bizarre Process model (encapsulated in 'bizarre.m'), and how it changes as a function of its first parameter, b. Your plot should match ParameterViz_b1.jpg as possible. In this figure, each line of black dots represents the model shape obtained using a specific value for the parameter b. By observing how the model shape changes across different lines, one can infer something about the meaning/interpretation of b. To perform this visualization task, you will need to implement a 'for' loop to iterate over desired values of b. At each iteration, you should call the function 'bizarre' with appropriate inputs. Make sure you read the description of inputs contained in 'bizarre' carefully. The values of some inputs will remain the same at every iteration, and other(s) will change. Stub code has been provided for you in Unit4_Script.m. Desired values of b in this objective are those that allow you to match the example figure 'ParameterViz_b1'. You'll likely need to play guess-and-check to find which values are desired. As for parameter b2, try keeping it's value fixed at 3. Finally, examine your plot. Describe your interpretation of the model parameter b, as succinctly as possible (i.e., in one or two words). Make sure to change the title your plot appropriately, in the code, given your interpretation. Objective #2: Visualize the Bizarre Process model (encapsulated in 'bizarre.m'), and how it changes as a function of its second parameter, b2. Your plot should match ParameterViz_b2.jpg as possible. The interpretation of this figure is the same as in Objective #1, except it was obtained by considering different values of b2, rather than b. To perform this visualization task, you will need to implement a 'for' loop to iterate over desired values of b, in a very similar fashion to that described in Objective #1.

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 Mechanical Engineering Questions!