Get the equation of the line (slope and intercept).

조회 수: 1 (최근 30일)
Georgios
Georgios 2014년 3월 24일
답변: Matt J 2014년 3월 24일
I have a colormap (fig file) and I draw a line by hand. I want to get the equation of this line (slope and intercept). How?

답변 (1개)

Matt J
Matt J 2014년 3월 24일
If you drew the line with IMLINE, you use its handle, h, to get the endpoints
endpoints=getPosition(h);
From the endpoints of the line, you can compute the slope and intercept using elementary geometry.

카테고리

Help CenterFile Exchange에서 Red에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by