Imported Data - How to Change X Axis Data Source
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 20 Jan. 2012
legend('AData', 'BData', 'CData') ?
Thomas
am 23 Jan. 2012
Antworten (0)
Kategorien
Mehr zu Legend finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!