Question: To avoid transcription errors, copy and paste your numerical answers from Matlab into the appropriate boxes below. Do NOT try to manually enter numerical
To avoid transcription errors, copy and paste your numerical answers from Matlab into the appropriate boxes below. Do NOT try to manually enter numerical answers, and do NOT modify the format of the numerical answers from Matlab. Just copy and paste them into the appropriate place on the answer sheet below. Problem #1: Open up your 'my_script.m' file that you created while working through Tutorial 2. Then copy and paste the 9 commands from the curve fitting example in Section 2.2 into your script file (you can delete any other commands that are in the file). Then save and execute your script file and make sure that the output produced (including the graph) agrees with the ouptut in the tutorial file. You should not proceed with the below question until this has been done correctly. Problem #1: By modifying the appropriate lines in your script file, find the values of a, b, c, and d so that the cubic polynomial y = ax + bx + cx + d passes ough the (x, y) pairs (1, 4), (0, 8), (1, 1), and (2, 5). Note that to check your answer you can plot the given points together with your cubic polynomial on the same graph, and check to see that all 4 points lie on the curve (as in the tutorial file). Note that you will likely have to modify the t vector so that it corresponds with the range of x-values above. separate your answers with a comma
Step by Step Solution
There are 3 Steps involved in it
To find the values of a b c and d for the cubic polynomial y ax3 bx2 cx d th... View full answer
Get step-by-step solutions from verified subject matter experts
