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 Exchange에서 Curve 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