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

1 visualización (últimos 30 días)
Georgios
Georgios el 24 de Mzo. de 2014
Respondida: Matt J el 24 de Mzo. de 2014
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?

Respuestas (1)

Matt J
Matt J el 24 de Mzo. de 2014
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.

Categorías

Más información sobre Red en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by