Question: ***MATLAB **** Assign pointsDistance with the distance between point (x1, y1) and point (x2, y2). The distance is calculated by: Distance = SquareRootOf( (x2 -
***MATLAB **** Assign pointsDistance with the distance between point (x1, y1) and point (x2, y2). The distance is calculated by:
Distance = SquareRootOf( (x2 - x1)^2 + (y2 - y1)^2)

Assign pointsDistance with the distance between point (x1, y1) and point (x2, y2). The distance is calculated by: Distance SquareRootOf (2-x1)2 (2-y1)*2) Your Function 1 function pointsDistance - calculateDistance(xi, y1, x2, y2) 3 % Assign pointsDistance the distance between point (x1, y1) and point (x2, y2) save C Reset MATLAB Documentation x1 = 1.8 91 pointoistance 1e 11 end sqrt((x2-x1)^2 + (y2-y1) ^2) = Code to call your function C Reset 1 CalculateDistance(1.0, 2.0, 1., 5.e) Run Function Assessment Submit Check if CalculateDistance(1.0, 2.0,1.0,5.0) returns 3 Check if CalculateDistance(2.0, 1.3, 2.5, 6.0) returns 4.7265
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
