Plot straight line between points
Mostra commenti meno recenti
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!
Risposta accettata
Più risposte (1)
darova
il 2 Mag 2020
0 voti
Try this solution

Categorie
Scopri di più su Annotations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!