Question: Write code in MatLAB. Thanks Updated The following code was written to solve the problem of: Create a script file that asks a user for


Write code in MatLAB. Thanks
Updated
The following code was written to solve the problem of: Create a script file that asks a user for inputs of three sides to a triangle, and then calculates the three interior angles using the Law of Cosines, to find the angle opposite the largest side(c) and Law of Sines to find the second angle, and the sum of angles to find the third angle. Law of Cosines: c^2 = a^2 + b^2 - 2ab cos(angle C) Law of Sines: sin(angleA)/a = sin(angleB)/b = sin(angleC)/c Triangles Interior angles. angleA + angleB + angleC = 180 degree The numbers next to the commands are the line numbers that would appear in the Editor window and should be used to address the locations of the errors. 2 points will be awarded for each error which is called out with its proper fix, up to 10 errors. In the solution, state the line there error is and what you would type in to fix the line. i.e., Line 1 What command you think it should be entered on this line
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
