Question
3. Go to the [File] menu and move down to [New] and select [M-file]. An M- file is just a text file that contains MATLAB commands. Type in the commands given below, which create a function called GetLine, for returning the equation of a line that connects two input points. function [y,A,B) GetLine (x1, y1, x2, y2); fun
Question image 1