Alok Mishra
Followers: 0 Following: 0
Feeds
已回答
Finding the equation of a line passing 2 points
function [a b c eq] = makeEquationFrom2Points(x1,y1,x2,y2) syms x y; if x1==x2 && y1==y2 disp...
Finding the equation of a line passing 2 points
function [a b c eq] = makeEquationFrom2Points(x1,y1,x2,y2) syms x y; if x1==x2 && y1==y2 disp...
2 years 前 | 1