Connecting points with lines

1 visualización (últimos 30 días)
Volkan Yangin
Volkan Yangin el 27 de Oct. de 2016
Respondida: Image Analyst el 28 de Oct. de 2016
Hi everbody
How can i draw a line between the points at the image? I can use curve fitting toolbox, but i should use a code.
Thanks
  3 comentarios
Eng. Fredius Magige
Eng. Fredius Magige el 28 de Oct. de 2016
Hi gplot could be more useful with available codes thanks
KSSV
KSSV el 28 de Oct. de 2016
So your purpose is solved?

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 28 de Oct. de 2016
What line? How about this arbitrary one?
line([100, 500], [0.1, -0.005], 'Color', 'r', 'LineWidth', 2);
Do you not like that one? Then what line would you like?
A polyfit() demo is attached, if you want to take a look at that.

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by