Question: Using MATLAB 8. Write a user-defined function that determines the location of the center and the radius of a circle that passes through three given
8. Write a user-defined function that determines the location of the center and the radius of a circle that passes through three given points in a plane. The function also creates a plot that shows the circle and the poin function name and a input arguments A, B, and C are each a two-element vector with the x and y coordinates of the corresponding point. The output argument C, is a vector with the coordinates of the center the output argument R, is the radius (both rounded to the nearest hundredth). Use the function with the following three points: A(7, 1.2), B(0.5, 2.6), and C(-2.4,-1.4). rguments, use [c R] -Circle3Pts (A, B, C). The
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
