Effacer les filtres
Effacer les filtres

Plotting multi valued data properly

1 vue (au cours des 30 derniers jours)
Niles Martinsen
Niles Martinsen le 30 Juil 2012
Hi
Please take a look at my dataset here: http://peecee.dk/upload/view/377379
It can be plotted using the following
clear all
start = load('example.txt');
figure(1)
plot(start(:, 1), start(:, 2),'.')
As seen, the data is multivalued, and it forms an arc. I wish to connect the data points by a line, however when I try that, then the result is not an arc, but a web.
Is there a way to plot this properly in MatLAB?
Best, Niles.

Réponses (1)

Sean de Wolski
Sean de Wolski le 30 Juil 2012
I won't download the data set, but you could likely sort it (or sortrows) it first so that the connected points are in sorted order.
  1 commentaire
Niles Martinsen
Niles Martinsen le 30 Juil 2012
Hi
Thanks, however the problem is that some data points have the same x-value, so sorting it wont help. I tried it out however.
PS: The upload-service is safe and reliable. I thought about posting the data manually, but it is too large.
Best, Niles.

Connectez-vous pour commenter.

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by