Question: MATLAB -no disp or anything advanced. only using basic arithmetic operators. 5. (Random Line) A line in the xy-plane is uniquely determined by two points
MATLAB -no disp or anything advanced. only using basic arithmetic operators.
5. (Random Line) A line in the xy-plane is uniquely determined by two points (-1, y) and (22, 42). So long as the line is not vertical, we often express the line as the solution set of the equation y = mx +b, where m is the slope, and b is the (y-)intercept of the line. rand_line.m Script: Input variables: none. Output variables: x1 and yn hold a random point in the plane such that both ordinates are in the interval (-1,1] x2 and y2 hold a second random point in the plane such that both ordi- nates are in the interval (2, 10] mand b hold the slope and intercept of the line between the above points A sample case is: y1 >> rand_line x1 0.86242 = -0.30713 x2 = 8.3589 y2 7.3277 1.0185 b = -1.1855 m =
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
