Imported Data - How to Change X Axis Data Source
Afficher commentaires plus anciens
Hi, I've been struggling with this for 8 hours now and have come close, but cannot get what I need. I imported data from excel that I want to plot in a line graph. Everything works fine, but the X axis data is just the record number (what Matlab calls "index", I think). But I want to choose which column is used for the x axis.
After importing the data by "Create vectors from each column using column names”, I used the plot command to plot multiple values against Time on the x axis and this almost works: >>plot(Time,Adata,Time,Bdata,Time,Cdata...) but then I can't get the legend to show the name of each line. Can you help?
Thanks so much! Tom
2 commentaires
Walter Roberson
le 20 Jan 2012
legend('AData', 'BData', 'CData') ?
Thomas
le 23 Jan 2012
Réponses (0)
Catégories
En savoir plus sur Legend dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!