Connecting points with lines

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 commentaires

KSSV
KSSV le 28 Oct 2016
Use plot..is it tough?
Eng. Fredius Magige
Eng. Fredius Magige le 28 Oct 2016
Hi gplot could be more useful with available codes thanks
KSSV
KSSV le 28 Oct 2016
So your purpose is solved?

Connectez-vous pour commenter.

Réponses (1)

Image Analyst
Image Analyst le 28 Oct 2016

0 votes

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.

Catégories

En savoir plus sur Curve Fitting Toolbox dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by