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 件のコメント

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

サインインしてコメントする。

回答 (1 件)

Image Analyst
Image Analyst 2016 年 10 月 28 日

0 投票

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.

カテゴリ

ヘルプ センター および File ExchangeCurve Fitting Toolbox についてさらに検索

タグ

質問済み:

2016 年 10 月 27 日

回答済み:

2016 年 10 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by