Plot straight line between points
古いコメントを表示
Hi everybody,
I'm trying to plot something like this, but just for a number of datapoints.

But keep on getting something like this instead:

I've tried using 'line' but doesn't work and also 'bo-' in the plot command. My code at the moment is:
xVal = [Ax, Bx, Cx];
yVal = [Ay, By, Cy];
plot(xVal, yVal,'bo-'), grid on, hold on
line(xVal, yVal)
Any help is appreciated thanks!
採用された回答
その他の回答 (1 件)
darova
2020 年 5 月 2 日
0 投票
Try this solution

カテゴリ
ヘルプ センター および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!